diff --git a/Cargo.lock b/Cargo.lock index 5e3b5d12..f0db0add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,9 +419,9 @@ dependencies = [ [[package]] name = "kstring" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" +checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" dependencies = [ "serde", "static_assertions", diff --git a/crates/hcl-primitives/Cargo.toml b/crates/hcl-primitives/Cargo.toml index c6b43ad4..3dca4ed3 100644 --- a/crates/hcl-primitives/Cargo.toml +++ b/crates/hcl-primitives/Cargo.toml @@ -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"