diff --git a/Cargo.lock b/Cargo.lock index 094729d0..26160dda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,9 +2736,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.20" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" +checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index 17ca2d96..d28dcdee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tokio = { version = "1.48.0", features = ["rt", "net"] } typify = { version = "0.5.0" } # typify = { git = "https://github.com/oxidecomputer/typify" } url = "2.5.7" -unicode-ident = "1.0.20" +unicode-ident = "1.0.22" uuid = { version = "1.18.1", features = ["serde", "v4"] } #[patch."https://github.com/oxidecomputer/typify"]