Skip to content

Commit

Permalink
fix(deps): update rust crate iroh-base to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 5462201 commit d267dd5
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 @@ -53,7 +53,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["serd
derive_more = { version = "1.0", default-features = false, features = ["display"] }
eyre = "0.6.12"
futures-lite = { version = "2.3", default-features = false, features = ["alloc"] }
iroh-base = { version = "0.26.0", features = ["key"] }
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"] }
Expand Down

0 comments on commit d267dd5

Please sign in to comment.