Skip to content

Commit

Permalink
build(deps): bump hex from 0.3 to 0.4 (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Nov 8, 2021
1 parent e1d7619 commit 696e731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ dependencies = [

[[package]]
name = "hex"
version = "0.3.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"

[[package]]
name = "hostname"
Expand Down
2 changes: 1 addition & 1 deletion linkerd/trace-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
base64 = "0.13"
bytes = "1"
futures = { version = "0.3", default-features = false }
hex = "0.3.2"
hex = "0.4"
http = "0.2"
linkerd-error = { path = "../error" }
linkerd-stack = { path = "../stack" }
Expand Down

0 comments on commit 696e731

Please sign in to comment.