diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..ebc1cc8e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7726,9 +7726,9 @@ dependencies = [ [[package]] name = "typed-path" -version = "0.11.0" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566" +checksum = "3015e6ce46d5ad8751e4a772543a30c7511468070e98e64e20165f8f81155b64" [[package]] name = "typeid" diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..d4e705b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ tracing = { version = "0.1.40", features = ["log"] } tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "parking_lot", "time"] } tracing-test = "0.2.4" -typed-path = "0.11.0" +typed-path = "0.12.2" unicode-width = "0.2.0" url = "2.5.4" uuid = { version = "1.15.1", features = ["v4", "serde"] }