From d267dd55744cb49ca5ccb5e62eef9aa73006cdaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:10:14 +0000 Subject: [PATCH] fix(deps): update rust crate iroh-base to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f93647..5310c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }