diff --git a/Cargo.lock b/Cargo.lock index 4270bc8f..b4c79384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,9 +2736,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" +checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index 478a9769..e0642d1c 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.19" +unicode-ident = "1.0.20" uuid = { version = "1.18.1", features = ["serde", "v4"] } #[patch."https://github.com/oxidecomputer/typify"]