diff --git a/Cargo.lock b/Cargo.lock index 081b196..5a0a796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3393,8 +3393,9 @@ dependencies = [ [[package]] name = "quic-rpc" -version = "0.15.0" -source = "git+https://github.com/n0-computer/quic-rpc?branch=main#32d5bc1a08609f4f0b5650980088f07d81971a55" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc623a188942fc875926f7baeb2cb08ed4288b64f29072656eb051e360ee7623" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 29597c2..6a0485c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tracing = "0.1" # rpc nested_enum_utils = { version = "0.1.0", optional = true } -quic-rpc = { version = "0.15", optional = true } +quic-rpc = { version = "0.15.1", optional = true } quic-rpc-derive = { version = "0.15", optional = true } serde-error = { version = "0.1.3", optional = true } portable-atomic = { version = "1.9.0", optional = true } @@ -105,4 +105,3 @@ iroh-metrics = { git = "https://github.com/n0-computer/iroh", branch = "main" } iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" } iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "main" } iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "main" } -quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "main" }