From 002b1b3b2e4b01e66dacf4e4a300bb5c0f87f3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:53:34 +0000 Subject: [PATCH] build(deps): bump typed-path from 0.4.0 to 0.6.0 Bumps [typed-path](https://github.com/chipsenkbeil/typed-path) from 0.4.0 to 0.6.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.4.0...v0.6.0) --- updated-dependencies: - dependency-name: typed-path dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tough/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91be92c92..4375d58bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2691,9 +2691,9 @@ dependencies = [ [[package]] name = "typed-path" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deb9adcf07a4ad4233bc70d3a609dd1cc831da1f8d851cf62d6327769d08179f" +checksum = "bbb9d13b8242894ff21f9990082b90a6410a43dcc6029ac4227a1467853ba781" [[package]] name = "typenum" diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 15c355925..8dfff9619 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1" serde_plain = "1" snafu = "0.7" tempfile = "3" -typed-path = "0.4" +typed-path = "0.6" untrusted = "0.7" url = "2" walkdir = "2"