Skip to content

Commit 696e731

Browse files
authored
build(deps): bump hex from 0.3 to 0.4 (#1364)
1 parent e1d7619 commit 696e731

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ dependencies = [
385385

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

392392
[[package]]
393393
name = "hostname"

linkerd/trace-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
base64 = "0.13"
1111
bytes = "1"
1212
futures = { version = "0.3", default-features = false }
13-
hex = "0.3.2"
13+
hex = "0.4"
1414
http = "0.2"
1515
linkerd-error = { path = "../error" }
1616
linkerd-stack = { path = "../stack" }

0 commit comments

Comments
 (0)