diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..4795869db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7726,9 +7726,9 @@ dependencies = [ [[package]] name = "typed-path" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566" +checksum = "e43ffa54726cdc9ea78392023ffe9fe9cf9ac779e1c6fcb0d23f9862e3879d20" [[package]] name = "typeid" diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..482d173d3 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.1" unicode-width = "0.2.0" url = "2.5.4" uuid = { version = "1.15.1", features = ["v4", "serde"] }