From aecb275e9e165ca2dcf35510effcbaa198367ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:04:50 +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. - [Release notes](https://github.com/briansmith/untrusted/releases) - [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 af787b3e..31b406a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1193,7 +1193,7 @@ dependencies = [ "libc", "once_cell", "spin", - "untrusted", + "untrusted 0.7.1", "web-sys", "winapi", ] @@ -1397,7 +1397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ "ring", - "untrusted", + "untrusted 0.7.1", ] [[package]] @@ -1763,7 +1763,7 @@ dependencies = [ "serde_plain", "snafu", "tempfile", - "untrusted", + "untrusted 0.9.0", "url", "walkdir", ] @@ -1911,6 +1911,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.2.2" @@ -2060,7 +2066,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 4647b1b7..97d513a0 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.63" serde_plain = "1.0.0" snafu = "0.7" tempfile = "3.3.0" -untrusted = "0.7.0" +untrusted = "0.9.0" url = "2.1.0" walkdir = "2.3.2"