From 98a63793b1c242db236f5ad2232b1cd9f42ca8df Mon Sep 17 00:00:00 2001 From: Diva M Date: Mon, 21 Oct 2024 12:38:55 -0500 Subject: [PATCH] increase version numbers and update --- Cargo.lock | 4 ++-- iroh-base/Cargo.toml | 2 +- iroh-blobs/Cargo.toml | 4 ++-- iroh-cli/Cargo.toml | 2 +- iroh-dns-server/Cargo.toml | 2 +- iroh-docs/Cargo.toml | 4 ++-- iroh-gossip/Cargo.toml | 4 ++-- iroh-metrics/Cargo.toml | 2 +- iroh-net/Cargo.toml | 4 ++-- iroh/Cargo.toml | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d910a09f2..616ac81c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2488,7 +2488,7 @@ dependencies = [ [[package]] name = "iroh-base" -version = "0.26.0" +version = "0.27.0" dependencies = [ "aead", "anyhow", @@ -2775,7 +2775,7 @@ dependencies = [ [[package]] name = "iroh-metrics" -version = "0.26.0" +version = "0.27.0" dependencies = [ "anyhow", "erased_set", diff --git a/iroh-base/Cargo.toml b/iroh-base/Cargo.toml index 9fe3d81e61..577e8387bb 100644 --- a/iroh-base/Cargo.toml +++ b/iroh-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iroh-base" -version = "0.26.0" +version = "0.27.0" edition = "2021" readme = "README.md" description = "base type and utilities for Iroh" diff --git a/iroh-blobs/Cargo.toml b/iroh-blobs/Cargo.toml index 71c82e30d1..8433e0d3a2 100644 --- a/iroh-blobs/Cargo.toml +++ b/iroh-blobs/Cargo.toml @@ -27,9 +27,9 @@ futures-lite = "2.3" genawaiter = { version = "0.99.1", features = ["futures03"] } hashlink = { version = "0.9.0", optional = true } hex = "0.4.3" -iroh-base = { version = "0.26.0", features = ["redb"], path = "../iroh-base" } +iroh-base = { version = "0.27.0", features = ["redb"], path = "../iroh-base" } iroh-io = { version = "0.6.0", features = ["stats"] } -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics", default-features = false } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics", default-features = false } iroh-net = { version = "0.26.0", path = "../iroh-net" } num_cpus = "1.15.0" oneshot = "0.1.8" diff --git a/iroh-cli/Cargo.toml b/iroh-cli/Cargo.toml index ccb28c5171..1cabaa9986 100644 --- a/iroh-cli/Cargo.toml +++ b/iroh-cli/Cargo.toml @@ -42,7 +42,7 @@ human-time = "0.1.6" indicatif = { version = "0.17", features = ["tokio"] } iroh = { version = "0.26.0", path = "../iroh", features = ["metrics"] } iroh-gossip = { version = "0.26.0", path = "../iroh-gossip" } -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics" } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics" } parking_lot = "0.12.1" pkarr = { version = "2.2.0", default-features = false } portable-atomic = "1" diff --git a/iroh-dns-server/Cargo.toml b/iroh-dns-server/Cargo.toml index 32b8f5481c..89424f35ff 100644 --- a/iroh-dns-server/Cargo.toml +++ b/iroh-dns-server/Cargo.toml @@ -24,7 +24,7 @@ governor = "0.6.3" hickory-proto = "=0.25.0-alpha.2" hickory-server = { version = "=0.25.0-alpha.2", features = ["dns-over-rustls"] } http = "1.0.0" -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics" } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics" } lru = "0.12.3" mainline = "2.0.1" parking_lot = "0.12.1" diff --git a/iroh-docs/Cargo.toml b/iroh-docs/Cargo.toml index 1dddd78bf4..078d013738 100644 --- a/iroh-docs/Cargo.toml +++ b/iroh-docs/Cargo.toml @@ -25,10 +25,10 @@ futures-buffered = "0.2.4" futures-lite = "2.3.0" futures-util = { version = "0.3.25" } hex = "0.4" -iroh-base = { version = "0.26.0", path = "../iroh-base" } +iroh-base = { version = "0.27.0", path = "../iroh-base" } iroh-blobs = { version = "0.26.0", path = "../iroh-blobs", optional = true, features = ["downloader"] } iroh-gossip = { version = "0.26.0", path = "../iroh-gossip", optional = true } -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics", default-features = false } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics", default-features = false } iroh-net = { version = "0.26.0", optional = true, path = "../iroh-net" } lru = "0.12" num_enum = "0.7" diff --git a/iroh-gossip/Cargo.toml b/iroh-gossip/Cargo.toml index e70c2e8c5a..69094c713b 100644 --- a/iroh-gossip/Cargo.toml +++ b/iroh-gossip/Cargo.toml @@ -22,8 +22,8 @@ bytes = { version = "1.7", features = ["serde"] } derive_more = { version = "1.0.0", features = ["add", "debug", "deref", "display", "from", "try_into", "into"] } ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] } indexmap = "2.0" -iroh-base = { version = "0.26.0", path = "../iroh-base" } -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics" } +iroh-base = { version = "0.27.0", path = "../iroh-base" } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics" } postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] } rand = { version = "0.8.5", features = ["std_rng"] } rand_core = "0.6.4" diff --git a/iroh-metrics/Cargo.toml b/iroh-metrics/Cargo.toml index a6f35836a0..85c57bbef3 100644 --- a/iroh-metrics/Cargo.toml +++ b/iroh-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iroh-metrics" -version = "0.26.0" +version = "0.27.0" edition = "2021" readme = "README.md" description = "metrics for iroh" diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index 37d90a3a2f..4a4145b235 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -38,7 +38,7 @@ http-body-util = "0.1.0" hyper = { version = "1", features = ["server", "client", "http1"] } hyper-util = "0.1.1" igd-next = { version = "0.15.1", features = ["aio_tokio"] } -iroh-base = { version = "0.26.0", path = "../iroh-base", features = ["key"] } +iroh-base = { version = "0.27.0", path = "../iroh-base", features = ["key"] } libc = "0.2.139" num_enum = "0.7" once_cell = "1.18.0" @@ -87,7 +87,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = tr tokio-rustls-acme = { version = "0.4", optional = true } # metrics -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics", default-features = false } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics", default-features = false } strum = { version = "0.26.2", features = ["derive"] } # local-swarm-discovery diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index b87689545e..568f03fad2 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -27,9 +27,9 @@ futures-util = "0.3" genawaiter = { version = "0.99", default-features = false, features = ["futures03"] } hex = { version = "0.4.3" } iroh-blobs = { version = "0.26.0", path = "../iroh-blobs", features = ["downloader"] } -iroh-base = { version = "0.26.0", path = "../iroh-base", features = ["key"] } +iroh-base = { version = "0.27.0", path = "../iroh-base", features = ["key"] } iroh-io = { version = "0.6.0", features = ["stats"] } -iroh-metrics = { version = "0.26.0", path = "../iroh-metrics", optional = true } +iroh-metrics = { version = "0.27.0", path = "../iroh-metrics", optional = true } iroh-net = { version = "0.26.0", path = "../iroh-net", features = ["discovery-local-network"] } nested_enum_utils = "0.1.0" num_cpus = { version = "1.15.0" }