Skip to content

Commit

Permalink
build(deps): bump untrusted from 0.7.1 to 0.9.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
1 parent a92da63 commit 4f46e42
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ name = "linkerd-dns-name"
version = "0.1.0"
dependencies = [
"thiserror",
"untrusted",
"untrusted 0.9.0",
]

[[package]]
Expand Down Expand Up @@ -1595,7 +1595,7 @@ dependencies = [
"tokio",
"tower",
"tracing",
"untrusted",
"untrusted 0.9.0",
]

[[package]]
Expand Down Expand Up @@ -2151,7 +2151,7 @@ dependencies = [
"libc",
"once_cell",
"spin",
"untrusted",
"untrusted 0.7.1",
"web-sys",
"winapi",
]
Expand Down Expand Up @@ -2211,7 +2211,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
"untrusted 0.7.1",
]

[[package]]
Expand Down Expand Up @@ -2770,6 +2770,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"
Expand Down Expand Up @@ -2880,7 +2886,7 @@ version = "0.22.0"
source = "git+https://github.com/linkerd/webpki?branch=cert-dns-names-0.22#a26def03ec88d3b69542ccd2f0073369ecedc4f9"
dependencies = [
"ring",
"untrusted",
"untrusted 0.7.1",
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion linkerd/dns/name/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false

[dependencies]
thiserror = "1.0"
untrusted = "0.7"
untrusted = "0.9"
2 changes: 1 addition & 1 deletion linkerd/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0"
tokio = { version = "1", features = ["macros", "time"] }
tower = "0.4"
tracing = "0.1.29"
untrusted = "0.7"
untrusted = "0.9"

[dev-dependencies]
linkerd-tracing = { path = "../tracing", features = ["ansi"] }
Expand Down

0 comments on commit 4f46e42

Please sign in to comment.