Skip to content

Commit 499a2e9

Browse files
build(deps): bump ipnet from 2.3.1 to 2.4.0 (#1530)
Bumps [ipnet](https://github.com/krisprice/ipnet) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits) --- updated-dependencies: - dependency-name: ipnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de4eb5c commit 499a2e9

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
@@ -650,9 +650,9 @@ dependencies = [
650650

651651
[[package]]
652652
name = "ipnet"
653-
version = "2.3.1"
653+
version = "2.4.0"
654654
source = "registry+https://github.com/rust-lang/crates.io-index"
655-
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
655+
checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"
656656

657657
[[package]]
658658
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.3"
22+
ipnet = "2.4"
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
@@ -13,7 +13,7 @@ rustfmt = ["linkerd2-proxy-api/rustfmt"]
1313
http = "0.2"
1414
hyper = { version = "0.14", features = ["http1", "http2"] }
1515
futures = { version = "0.3", default-features = false }
16-
ipnet = "2.3"
16+
ipnet = "2.4"
1717
linkerd2-proxy-api = { version = "0.3", features = ["tap", "server"] }
1818
linkerd-conditional = { path = "../../conditional" }
1919
linkerd-error = { path = "../../error" }

0 commit comments

Comments
 (0)