Skip to content

chore: upgrade to latest iroh and quic-rpc #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 106 additions & 112 deletions Cargo.lock
13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -40,10 +40,10 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
hashlink = { version = "0.9.0", optional = true }
hex = "0.4.3"
indicatif = { version = "0.17.8", optional = true }
iroh-base = { version = "0.32" }
iroh-base = { version = "0.33" }
iroh-io = { version = "0.6.0", features = ["stats"] }
iroh-metrics = { version = "0.31", default-features = false }
iroh = "0.32"
iroh = "0.33"
nested_enum_utils = { version = "0.1.0", optional = true }
num_cpus = "1.15.0"
oneshot = "0.1.8"
@@ -55,7 +55,7 @@ postcard = { version = "1", default-features = false, features = [
"experimental-derive",
] }
quic-rpc = { version = "0.18", optional = true }
quic-rpc-derive = { version = "0.17", optional = true }
quic-rpc-derive = { version = "0.18", optional = true }
rand = "0.8"
range-collections = "0.4.0"
redb = { version = "2.2.0", optional = true }
@@ -80,7 +80,7 @@ tracing-test = "0.2.5"

[dev-dependencies]
http-body = "1.0"
iroh = { version = "0.32", features = ["test-utils"] }
iroh = { version = "0.33", features = ["test-utils"] }
quinn = { package = "iroh-quinn", version = "0.13", features = ["ring"] }
futures-buffered = "0.2.4"
proptest = "1.0.0"
@@ -184,8 +184,3 @@ debug-assertions = false
opt-level = 3
panic = 'abort'
incremental = false

[patch.crates-io]
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "main" }
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ allow = [
"BSL-1.0", # BOSL license
"ISC",
"MIT",
"OpenSSL",
"Zlib",
"MPL-2.0", # https://fossa.com/blog/open-source-software-licenses-101-mozilla-public-license-2-0/
"Unicode-3.0"
@@ -35,9 +34,3 @@ ignore = [
"RUSTSEC-2024-0370", # unmaintained, no upgrade available
"RUSTSEC-2024-0384", # unmaintained, no upgrade available
]

[sources]
allow-git = [
"https://github.com/n0-computer/iroh.git",
"https://github.com/n0-computer/quic-rpc.git",
]