Skip to content

Commit

Permalink
fix(deps): update rust crate iroh-base to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 4e4565b commit f348aa5
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 @@ -52,7 +52,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"]
derive_more = { version = "1.0", default-features = false, features = ["display"] }
eyre = "0.6"
futures-lite = { version = "2.5", default-features = false, features = ["alloc"] }
iroh-base = { version = "0.29", features = ["key"] }
iroh-base = { version = "0.30", features = ["key"] }
opaque-ke = { version = "3.0.0", features = ["argon2"] }
paste = "1.0"
quic-rpc = { version = "0.17", features = ["macros"] }
Expand Down

0 comments on commit f348aa5

Please sign in to comment.