diff --git a/Cargo.lock b/Cargo.lock index d74e084..53a9254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1836,8 +1836,8 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "iroh" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "anyhow", "bao-tree", @@ -1877,8 +1877,8 @@ dependencies = [ [[package]] name = "iroh-base" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "aead", "anyhow", @@ -1918,8 +1918,8 @@ dependencies = [ [[package]] name = "iroh-blobs" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "anyhow", "bao-tree", @@ -1957,8 +1957,8 @@ dependencies = [ [[package]] name = "iroh-docs" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "anyhow", "bytes", @@ -1995,8 +1995,8 @@ dependencies = [ [[package]] name = "iroh-gossip" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "anyhow", "bytes", @@ -2033,8 +2033,8 @@ dependencies = [ [[package]] name = "iroh-metrics" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "anyhow", "erased_set", @@ -2053,8 +2053,8 @@ dependencies = [ [[package]] name = "iroh-net" -version = "0.18.0" -source = "git+https://github.com/izihawa/iroh?branch=main#a2ba153492028626207c251c2aeea9be88c1dc4c" +version = "0.19.0" +source = "git+https://github.com/izihawa/iroh?branch=main#f7391d792bd72955d51f320ab4f76a70a822a172" dependencies = [ "aead", "anyhow", @@ -2241,9 +2241,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" @@ -2486,9 +2486,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index c8437a9..47adc6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,12 +17,12 @@ async-stream = "0.3" axum = "0.7" bisection = "0.1" clap = { version = "4.5", features = ["derive"] } -iroh = { version = "0.18.0", branch = "main", git = "https://github.com/izihawa/iroh", features = [ "metrics" ] } -iroh-base = { version = "0.18.0", branch = "main", git = "https://github.com/izihawa/iroh" } +iroh = { version = "0.19.0", branch = "main", git = "https://github.com/izihawa/iroh", features = [ "metrics" ] } +iroh-base = { version = "0.19.0", branch = "main", git = "https://github.com/izihawa/iroh" } md5 = "0.7" percent-encoding = "2.3.1" rand = "0.9.0-alpha.1" -redb = { version = "2.1.0", features = ["logging"] } +redb = { version = "2.1.1", features = ["logging"] } serde = "1.0" serde_yaml = "0.9" thiserror = "1.0"