Skip to content

Commit

Permalink
Merge pull request #15 from spacedriveapp/renovate/quic-rpc-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate quic-rpc to 0.17.0
  • Loading branch information
fogodev authored Dec 4, 2024
2 parents 74af2a7 + 126e324 commit 8837fb5
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.17.0", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
tracing = "0.1.40"
Expand Down

0 comments on commit 8837fb5

Please sign in to comment.