Skip to content

Commit

Permalink
fixup: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 2, 2024
1 parent 49d6480 commit 5c10685
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 73 deletions.
85 changes: 16 additions & 69 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions iroh-net-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ hickory-resolver = "=0.25.0-alpha.2"
iroh-base = { version = "0.28.0", path = "../iroh-base", default-features = false, features = ["relay"] }
iroh-metrics = { version = "0.28.0", default-features = false, optional = true }
iroh-relay = { version = "0.28", path = "../iroh-relay" }
netwatch = { version = "0.1.0" }
portmapper = { version = "0.1.0" }
netwatch = { version = "0.2.0" }
portmapper = { version = "0.2.0" }
rand = "0.8"
reqwest = { version = "0.12", default-features = false }
rustls = { version = "0.23", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ iroh-base = { version = "0.28.0", features = ["key"], path = "../iroh-base" }
iroh-relay = { version = "0.28", path = "../iroh-relay" }
libc = "0.2.139"
netdev = "0.31.0"
netwatch = { version = "0.1.0" }
netwatch = { version = "0.2.0" }
num_enum = "0.7"
once_cell = "1.18.0"
parking_lot = "0.12.1"
Expand All @@ -57,7 +57,7 @@ pkarr = { version = "2", default-features = false, features = [
"async",
"relay",
] }
portmapper = { version = "0.1.0" }
portmapper = { version = "0.2.0" }
postcard = { version = "1", default-features = false, features = [
"alloc",
"use-std",
Expand Down

0 comments on commit 5c10685

Please sign in to comment.