From e701942b1503f626c75a1b0b97c8a665016b4995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:57:30 +0100 Subject: [PATCH] chore(deps): bump unicode-ident from 1.0.13 to 1.0.14 (#389) Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: unicode-ident 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7e7d2d9..57d27705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -728,9 +728,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-linebreak" diff --git a/crates/hcl-primitives/Cargo.toml b/crates/hcl-primitives/Cargo.toml index 37f073b8..dd759551 100644 --- a/crates/hcl-primitives/Cargo.toml +++ b/crates/hcl-primitives/Cargo.toml @@ -35,5 +35,5 @@ serde = ["dep:serde", "kstring?/serde"] itoa = "1.0.11" kstring = { version = "2.0.2", features = ["max_inline"], optional = true } serde = { version = "1.0.210", default-features = false, features = ["alloc", "derive"], optional = true } -unicode-ident = "1.0.13" +unicode-ident = "1.0.14" ryu = "1.0.18"