From 2a8f9729ada375d0bb6e09903afa730374baeeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 03:19:54 +0000 Subject: [PATCH] fix(deps): bump typed-path from 0.11.0 to 0.12.0 Bumps [typed-path](https://github.com/chipsenkbeil/typed-path) from 0.11.0 to 0.12.0. - [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.0) --- updated-dependencies: - dependency-name: typed-path dependency-version: 0.12.0 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 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"] }