Skip to content

Commit

Permalink
Bump ipnetwork from 0.18.0 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.18.0 to 0.20.0.
- [Release notes](https://github.com/achanda/ipnetwork/releases)
- [Commits](achanda/ipnetwork@v0.18.0...v0.20.0)

---
updated-dependencies:
- dependency-name: ipnetwork
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2022
1 parent fa64674 commit f69ff79
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main"
futures = "0.3.21"
http = "0.2.7"
hyper = "0.14"
ipnetwork = "0.18"
ipnetwork = "0.20"
macaddr = { version = "1.0.1", features = [ "serde_std" ] }
rand = "0.8.4"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "stream"] }
Expand Down
2 changes: 1 addition & 1 deletion nexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hex = "0.4.3"
http = "0.2.7"
hyper = "0.14"
internal-dns-client = { path = "../internal-dns-client" }
ipnetwork = "0.18"
ipnetwork = "0.20"
lazy_static = "1.4.0"
libc = "0.2.126"
macaddr = { version = "1.0.1", features = [ "serde_std" ]}
Expand Down
2 changes: 1 addition & 1 deletion sled-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ddm-admin-client = { path = "../ddm-admin-client" }
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
futures = "0.3.21"
internal-dns-client = { path = "../internal-dns-client" }
ipnetwork = "0.18"
ipnetwork = "0.20"
libc = "0.2.126"
macaddr = { version = "1.0.1", features = [ "serde_std" ] }
nexus-client = { path = "../nexus-client" }
Expand Down

0 comments on commit f69ff79

Please sign in to comment.