From 4c92c4ecb70425176d06f33853f3156858aa0f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:06:04 +0100 Subject: [PATCH] chore(deps): bump itoa from 1.0.11 to 1.0.14 (#387) Bumps [itoa](https://github.com/dtolnay/itoa) from 1.0.11 to 1.0.14. - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](https://github.com/dtolnay/itoa/compare/1.0.11...1.0.14) --- updated-dependencies: - dependency-name: itoa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/hcl-primitives/Cargo.toml | 2 +- crates/hcl-rs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a62a543..40d2b1b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "js-sys" diff --git a/crates/hcl-primitives/Cargo.toml b/crates/hcl-primitives/Cargo.toml index 77150568..1a4fd655 100644 --- a/crates/hcl-primitives/Cargo.toml +++ b/crates/hcl-primitives/Cargo.toml @@ -32,7 +32,7 @@ perf = ["std", "dep:kstring"] serde = ["dep:serde", "kstring?/serde"] [dependencies] -itoa = "1.0.11" +itoa = "1.0.14" kstring = { version = "2.0.2", features = ["max_inline"], optional = true } serde = { version = "1.0.217", default-features = false, features = ["alloc", "derive"], optional = true } unicode-ident = "1.0.14" diff --git a/crates/hcl-rs/Cargo.toml b/crates/hcl-rs/Cargo.toml index d6891dc2..f11f34d0 100644 --- a/crates/hcl-rs/Cargo.toml +++ b/crates/hcl-rs/Cargo.toml @@ -35,7 +35,7 @@ perf = ["hcl-edit/perf", "hcl-primitives/perf"] [dependencies] indexmap = { version = "2.7.0", features = ["serde"] } -itoa = "1.0.11" +itoa = "1.0.14" hcl-edit = { version = "0.8.3", path = "../hcl-edit" } hcl-primitives = { version = "0.1.7", path = "../hcl-primitives", features = ["serde"] } serde = { version = "1.0.217", features = ["derive"] }