diff --git a/Cargo.lock b/Cargo.lock index 95eda28..ada3c50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,9 +2078,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-ident" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" +checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" [[package]] name = "unicode-normalization" diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index fbc206f..c818848 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0" # To publish, use a numbered version #typify = "0.0.10" typify = { git = "https://github.com/oxidecomputer/typify" } -unicode-ident = "1.0.6" +unicode-ident = "1.0.8" [dev-dependencies] dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }