Skip to content

Commit

Permalink
Bump ipnetwork to 0.19 (#1426)
Browse files Browse the repository at this point in the history
* Bump ipnetwork to 0.18

* Bump ipnetwork to 0.19
  • Loading branch information
paolobarbolini committed Apr 14, 2022
1 parent ba123e6 commit 17fde44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 sqlx-core/Cargo.toml
Expand Up @@ -129,7 +129,7 @@ generic-array = { version = "0.14.4", default-features = false, optional = true
hex = "0.4.3"
hmac = { version = "0.12.0", default-features = false, optional = true }
itoa = "1.0.1"
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
ipnetwork = { version = "0.19.0", default-features = false, optional = true }
mac_address = { version = "1.1.2", default-features = false, optional = true }
libc = "0.2.112"
libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [
Expand Down

0 comments on commit 17fde44

Please sign in to comment.