Skip to content

Commit

Permalink
fix(deps): update rust crate quic-rpc to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2024
1 parent bbc69c5 commit df97921
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.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"
Expand Down

0 comments on commit df97921

Please sign in to comment.