Skip to content

Commit bcdf4fc

Browse files
author
“ramfox”
committed
chore: upgrade iroh and `quic-rpc
remove git patches from cargo-deny allow list
1 parent f82056e commit bcdf4fc

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

Cargo.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
4040
hashlink = { version = "0.9.0", optional = true }
4141
hex = "0.4.3"
4242
indicatif = { version = "0.17.8", optional = true }
43-
iroh-base = { version = "0.33" }
43+
iroh-base = { version = "0.34" }
4444
iroh-io = { version = "0.6.0", features = ["stats"] }
45-
iroh-metrics = { version = "0.31", default-features = false }
46-
iroh = "0.33"
45+
iroh-metrics = { version = "0.32", default-features = false }
46+
iroh = "0.34"
4747
nested_enum_utils = { version = "0.1.0", optional = true }
4848
num_cpus = "1.15.0"
4949
oneshot = "0.1.8"
@@ -54,8 +54,8 @@ postcard = { version = "1", default-features = false, features = [
5454
"use-std",
5555
"experimental-derive",
5656
] }
57-
quic-rpc = { version = "0.18.3", optional = true }
58-
quic-rpc-derive = { version = "0.18", optional = true }
57+
quic-rpc = { version = "0.19", optional = true }
58+
quic-rpc-derive = { version = "0.19", optional = true }
5959
rand = "0.8"
6060
range-collections = "0.4.0"
6161
redb = { version = "2.2.0", optional = true }
@@ -80,7 +80,7 @@ tracing-test = "0.2.5"
8080

8181
[dev-dependencies]
8282
http-body = "1.0"
83-
iroh = { version = "0.33", features = ["test-utils"] }
83+
iroh = { version = "0.34", features = ["test-utils"] }
8484
quinn = { package = "iroh-quinn", version = "0.13", features = ["ring"] }
8585
futures-buffered = "0.2.4"
8686
proptest = "1.0.0"
@@ -184,8 +184,3 @@ debug-assertions = false
184184
opt-level = 3
185185
panic = 'abort'
186186
incremental = false
187-
188-
[patch.crates-io]
189-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
190-
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
191-
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "main" }

deny.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@ ignore = [
3737
]
3838

3939
[sources]
40-
allow-git = [
41-
"https://github.com/n0-computer/iroh.git",
42-
"https://github.com/n0-computer/quic-rpc.git"
43-
]
40+
allow-git = []

0 commit comments

Comments
 (0)