diff --git a/Cargo.toml b/Cargo.toml index 0eed1c1..210f343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ futures-lite = { version = "2.3", default-features = false, features = ["alloc"] iroh-base = { version = "0.27.0", features = ["key"] } opaque-ke = { git = "https://github.com/spacedriveapp/opaque-ke", rev = "76f48e4a8d", features = ["argon2"] } paste = "1.0" -quic-rpc = { version = "0.12.1", features = ["macros"] } +quic-rpc = { version = "0.13.0", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" tracing = "0.1.40"