Skip to content

Commit

Permalink
fix(deps): update rust crate quic-rpc to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 74af2a7 commit b362172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ futures-lite = { version = "2.3", default-features = false, features = ["alloc"]
iroh-base = { version = "0.28.0", features = ["key"] }
opaque-ke = { git = "https://github.com/spacedriveapp/opaque-ke", rev = "76f48e4a8d", features = ["argon2"] }
paste = "1.0"
quic-rpc = { version = "0.15.0", features = ["macros"] }
quic-rpc = { version = "0.16.0", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
tracing = "0.1.40"
Expand Down

0 comments on commit b362172

Please sign in to comment.