diff --git a/Cargo.lock b/Cargo.lock index 56ddce02f1..1dda717f15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7163,9 +7163,9 @@ dependencies = [ [[package]] name = "typed-path" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566" +checksum = "7922f2cdc51280d47b491af9eafc41eb0cdab85eabcb390c854412fcbf26dbe8" [[package]] name = "typeid" diff --git a/Cargo.toml b/Cargo.toml index 5add67b3ce..66495fdf9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,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.0" unicode-width = "0.2.0" url = "2.5.4" uuid = { version = "1.15.1", features = ["v4", "serde"] }