From 14a8413513ddeb81fe149c186e2e8d1c13a86464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 03:27:07 +0000 Subject: [PATCH] fix(deps): bump typed-path from 0.11.0 to 0.12.2 Bumps [typed-path](https://github.com/chipsenkbeil/typed-path) from 0.11.0 to 0.12.2. - [Release notes](https://github.com/chipsenkbeil/typed-path/releases) - [Changelog](https://github.com/chipsenkbeil/typed-path/blob/main/CHANGELOG.md) - [Commits](https://github.com/chipsenkbeil/typed-path/compare/v0.11.0...v0.12.2) --- updated-dependencies: - dependency-name: typed-path dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }