Skip to content

Commit d64a51f

Browse files
dependabot[bot]olix0r
authored andcommitted
build(deps): bump ipnet from 2.4.0 to 2.5.0 (#1613)
1 parent 53ee265 commit d64a51f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

530530
[[package]]
531531
name = "ipnet"
532-
version = "2.4.0"
532+
version = "2.5.0"
533533
source = "registry+https://github.com/rust-lang/crates.io-index"
534-
checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"
534+
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
535535

536536
[[package]]
537537
name = "itertools"

linkerd/app/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ http = "0.2"
1919
http-body = "0.4"
2020
hyper = { version = "0.14", features = ["http1", "http2"] }
2121
futures = { version = "0.3", default-features = false }
22-
ipnet = "2.4"
22+
ipnet = "2.5"
2323
linkerd-addr = { path = "../../addr" }
2424
linkerd-cache = { path = "../../cache" }
2525
linkerd-conditional = { path = "../../conditional" }

linkerd/proxy/tap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
http = "0.2"
1111
hyper = { version = "0.14", features = ["http1", "http2"] }
1212
futures = { version = "0.3", default-features = false }
13-
ipnet = "2.4"
13+
ipnet = "2.5"
1414
linkerd2-proxy-api = { version = "0.5", features = ["tap"] }
1515
linkerd-conditional = { path = "../../conditional" }
1616
linkerd-error = { path = "../../error" }

0 commit comments

Comments
 (0)