Skip to content

Commit 025bb7a

Browse files
ramfox“ramfox”
and
“ramfox”
authored
chore: upgrade iroh and quic-rpc (#15)
* chore: upgrade `iroh` and `quic-rpc` * chore: remove git patches from the cargo-deny allow list * chore: update cargo-deny to allow `paste` * chore: remove "OpenSSL" in license list for cargo deny --------- Co-authored-by: “ramfox” <“[email protected]”>
1 parent 8f329b9 commit 025bb7a

File tree

3 files changed

+84
-45
lines changed

3 files changed

+84
-45
lines changed

Cargo.lock

+79-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-7
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ unused-async = "warn"
3232
[dependencies]
3333
anyhow = "1"
3434
tokio = "1"
35-
iroh = "0.33"
35+
iroh = "0.34"
3636
tempfile = "3"
3737
strum = "0.26"
3838
nested_enum_utils = "0.1.0"
39-
quic-rpc = "0.18"
40-
quic-rpc-derive = "0.18"
39+
quic-rpc = "0.19"
40+
quic-rpc-derive = "0.19"
4141
rand = "0.8"
4242
serde = "1"
4343
serde-error = "0.1.3"
@@ -71,7 +71,3 @@ cli = ["dep:clap", "dep:colored", "dep:comfy-table", "dep:time", "dep:human-time
7171
[package.metadata.docs.rs]
7272
all-features = true
7373
rustdoc-args = ["--cfg", "iroh_docsrs"]
74-
75-
[patch.crates-io]
76-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
77-
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "main" }

deny.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ allow = [
1111
"BSL-1.0", # BOSL license
1212
"ISC",
1313
"MIT",
14-
"OpenSSL",
1514
"Zlib",
1615
"MPL-2.0", # https://fossa.com/blog/open-source-software-licenses-101-mozilla-public-license-2-0/
1716
"Unicode-3.0",
@@ -25,7 +24,8 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
2524
[advisories]
2625
ignore = [
2726
"RUSTSEC-2024-0384", # unmaintained, no upgrade available
27+
"RUSTSEC-2024-0436", # paste
2828
]
2929

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

0 commit comments

Comments
 (0)