Skip to content

Commit

Permalink
chore: upgrade portmapper and netwatch deps (#3127)
Browse files Browse the repository at this point in the history
## Description

Prepping for release

---------

Co-authored-by: “ramfox” <“[email protected]”>
  • Loading branch information
ramfox and “ramfox” authored Jan 14, 2025
1 parent 35af23e commit 7ba6321
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
34 changes: 17 additions & 17 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 iroh-dns-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ governor = "0.6.3" #needs new release of tower_governor for 0.7.0
hickory-server = { version = "=0.25.0-alpha.4", features = ["dns-over-rustls", "dns-over-https-rustls"] }
http = "1.0.0"
humantime-serde = "1.1.1"
iroh-metrics = { version = "0.30.0" }
iroh-metrics = { version = "0.31.0" }
lru = "0.12.3"
pkarr = { version = "2.3.1", features = [ "async", "relay", "dht"], default-features = false }
rcgen = "0.13"
Expand Down
6 changes: 3 additions & 3 deletions iroh-net-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ futures-buffered = "0.2.8"
futures-lite = "2.3"
hickory-resolver = "=0.25.0-alpha.4"
iroh-base = { version = "0.30.0", path = "../iroh-base", default-features = false, features = ["relay"] }
iroh-metrics = { version = "0.30.0", default-features = false }
iroh-metrics = { version = "0.31", default-features = false }
iroh-relay = { version = "0.30", path = "../iroh-relay" }
netwatch = { version = "0.2.0" }
portmapper = { version = "0.3.0", default-features = false }
netwatch = { version = "0.3" }
portmapper = { version = "0.3", default-features = false }
quinn = { package = "iroh-quinn", version = "0.12.0" }
rand = "0.8"
reqwest = { version = "0.12", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion iroh-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ http-body-util = "0.1.0"
hyper = { version = "1", features = ["server", "client", "http1"] }
hyper-util = "0.1.1"
iroh-base = { version = "0.30.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
iroh-metrics = { version = "0.30.0", default-features = false }
iroh-metrics = { version = "0.31", default-features = false }
num_enum = "0.7"
pin-project = "1"
postcard = { version = "1", default-features = false, features = [
Expand Down
6 changes: 3 additions & 3 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ igd-next = { version = "0.15.1", features = ["aio_tokio"] }
iroh-base = { version = "0.30.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
iroh-relay = { version = "0.30", path = "../iroh-relay", default-features = false }
netdev = "0.31.0"
netwatch = { version = "0.2.0" }
netwatch = { version = "0.3" }
pin-project = "1"
pkarr = { version = "2", default-features = false, features = [
"async",
"relay",
] }
portmapper = { version = "0.3.0", default-features = false }
portmapper = { version = "0.3", default-features = false }
quinn = { package = "iroh-quinn", version = "0.12.0" }
quinn-proto = { package = "iroh-quinn-proto", version = "0.12.0" }
quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" }
Expand Down Expand Up @@ -98,7 +98,7 @@ z32 = "1.0.3"
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.30", default-features = false }

# metrics
iroh-metrics = { version = "0.30", default-features = false }
iroh-metrics = { version = "0.31", default-features = false }

# local-swarm-discovery
swarm-discovery = { version = "0.3.0-alpha.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion iroh/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.22"
bytes = "1.7"
hdrhistogram = { version = "7.2", default-features = false }
iroh = { path = ".." }
iroh-metrics = "0.30"
iroh-metrics = "0.31"
quinn = { package = "iroh-quinn", version = "0.12" }
rcgen = "0.13"
rustls = { version = "0.23", default-features = false, features = ["ring"] }
Expand Down

0 comments on commit 7ba6321

Please sign in to comment.