Skip to content

Commit

Permalink
chore(deps): bump kstring from 2.0.0 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [kstring](https://github.com/cobalt-org/kstring) from 2.0.0 to 2.0.2.
- [Changelog](https://github.com/cobalt-org/kstring/blob/master/CHANGELOG.md)
- [Commits](cobalt-org/kstring@v2.0.0...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent c62bff9 commit 333ad22
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 @@ -33,7 +33,7 @@ serde = ["dep:serde", "kstring?/serde"]

[dependencies]
itoa = "1.0.11"
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
kstring = { version = "2.0.2", features = ["max_inline"], optional = true }
serde = { version = "1.0.188", default-features = false, features = ["alloc", "derive"], optional = true }
unicode-ident = "1.0.12"
ryu = "1.0.17"

0 comments on commit 333ad22

Please sign in to comment.