Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent b84600a commit 0d57664
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.8"
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
serde = { version = "1.0.156", default-features = false, features = ["alloc", "derive"], optional = true }
unicode-ident = "1.0.6"
unicode-ident = "1.0.11"
ryu = "1.0.12"

0 comments on commit 0d57664

Please sign in to comment.