Skip to content

Commit

Permalink
chore(deps): bump unicode-ident from 1.0.11 to 1.0.12 (#299)
Browse files Browse the repository at this point in the history
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.11...1.0.12)

---
updated-dependencies:
- dependency-name: unicode-ident
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent d13a266 commit d9adca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hcl-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ serde = ["dep:serde", "kstring?/serde"]
itoa = "1.0.9"
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
serde = { version = "1.0.188", default-features = false, features = ["alloc", "derive"], optional = true }
unicode-ident = "1.0.11"
unicode-ident = "1.0.12"
ryu = "1.0.15"

0 comments on commit d9adca5

Please sign in to comment.