Skip to content

Commit

Permalink
Update ipnetwork to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 8, 2023
1 parent a74e21f commit fbfbe2e
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 19 deletions.
29 changes: 19 additions & 10 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 mullvad-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ err-derive = { workspace = true }
futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["client", "stream", "http1", "tcp" ] }
ipnetwork = "0.16"
ipnetwork = "0.20"
log = "0.4"
serde = "1"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate_type = ["cdylib"]
[target.'cfg(target_os = "android")'.dependencies]
err-derive = { workspace = true }
futures = "0.3"
ipnetwork = "0.16"
ipnetwork = "0.20"
jnix = { version = "0.5", features = ["derive"] }
log = "0.4"
log-panics = "2"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-relay-selector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish.workspace = true
chrono = { workspace = true }
err-derive = { workspace = true }
futures = "0.3"
ipnetwork = "0.16"
ipnetwork = "0.20"
log = "0.4"
parking_lot = "0.12.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish.workspace = true
[dependencies]
chrono = { workspace = true, features = ["clock", "serde"] }
err-derive = { workspace = true }
ipnetwork = "0.16"
ipnetwork = "0.20"
once_cell = "1.13"
log = "0.4"
regex = "1"
Expand Down
2 changes: 1 addition & 1 deletion talpid-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish.workspace = true
duct = "0.13"
err-derive = { workspace = true }
futures = "0.3.15"
ipnetwork = "0.16"
ipnetwork = "0.20"
once_cell = "1.13"
libc = "0.2"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion talpid-routing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish.workspace = true
[dependencies]
err-derive = { workspace = true }
futures = "0.3.15"
ipnetwork = "0.16"
ipnetwork = "0.20"
log = "0.4"
tokio = { workspace = true, features = ["process", "rt-multi-thread", "net"] }

Expand Down
2 changes: 1 addition & 1 deletion talpid-tunnel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish.workspace = true
[dependencies]
err-derive = { workspace = true }
cfg-if = "1.0"
ipnetwork = "0.16"
ipnetwork = "0.20"
talpid-routing = { path = "../talpid-routing" }
talpid-types = { path = "../talpid-types" }
futures = "0.3.15"
Expand Down
2 changes: 1 addition & 1 deletion talpid-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish.workspace = true

[dependencies]
serde = { version = "1.0", features = ["derive"] }
ipnetwork = "0.16"
ipnetwork = "0.20"
base64 = "0.13"
x25519-dalek = { version = "2.0.0", features = ["static_secrets", "zeroize", "getrandom"] }
err-derive = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion talpid-wireguard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish.workspace = true
err-derive = { workspace = true }
futures = "0.3.15"
hex = "0.4"
ipnetwork = "0.16"
ipnetwork = "0.20"
once_cell = "1.13"
libc = "0.2"
log = "0.4"
Expand Down

0 comments on commit fbfbe2e

Please sign in to comment.