From 068cea374f5b3f5b96a379bcfbe95e954c508dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 05:44:24 +0000 Subject: [PATCH] build(deps): bump untrusted from 0.7.1 to 0.9.0 Bumps [untrusted](https://github.com/briansmith/untrusted) from 0.7.1 to 0.9.0. - [Commits](https://github.com/briansmith/untrusted/commits) --- updated-dependencies: - dependency-name: untrusted dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- tough/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 555dbb52..ddd6d175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,7 +1918,7 @@ dependencies = [ "libc", "once_cell", "spin", - "untrusted", + "untrusted 0.7.1", "web-sys", "winapi", ] @@ -2042,7 +2042,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ "ring", - "untrusted", + "untrusted 0.7.1", ] [[package]] @@ -2487,7 +2487,7 @@ dependencies = [ "tempfile", "tokio", "typed-path", - "untrusted", + "untrusted 0.9.0", "url", "walkdir", ] @@ -2705,6 +2705,12 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + [[package]] name = "url" version = "2.4.0" @@ -2857,7 +2863,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" dependencies = [ "ring", - "untrusted", + "untrusted 0.7.1", ] [[package]] diff --git a/tough/Cargo.toml b/tough/Cargo.toml index de4a7ef0..24480cfc 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -25,7 +25,7 @@ serde_plain = "1" snafu = "0.7" tempfile = "3" typed-path = "0.4" -untrusted = "0.7" +untrusted = "0.9" url = "2" walkdir = "2"