diff --git a/content-discovery/Cargo.toml b/content-discovery/Cargo.toml index 6673e63..5dd2400 100644 --- a/content-discovery/Cargo.toml +++ b/content-discovery/Cargo.toml @@ -27,6 +27,6 @@ missing_debug_implementations = "warn" unused-async = "warn" [workspace.dependencies] -iroh = { version ="0.32", features = ["discovery-pkarr-dht"] } -iroh-base = "0.32" -iroh-blobs = { version = "0.32", features = ["rpc"] } +iroh = { version ="0.33", features = ["discovery-pkarr-dht"] } +iroh-base = "0.33" +iroh-blobs = { version = "0.33", features = ["rpc"] } diff --git a/h3-iroh/Cargo.toml b/h3-iroh/Cargo.toml index 62da30e..84c69f7 100644 --- a/h3-iroh/Cargo.toml +++ b/h3-iroh/Cargo.toml @@ -15,8 +15,8 @@ http-body = { version = "1", optional = true } http-body-util = { version = "0.1", optional = true } hyper = { version = "1.5", optional = true } hyper-util = { version = "0.1", optional = true } -iroh = "0.32" -iroh-base = { version = "0.32", features = ["ticket"] } +iroh = "0.33" +iroh-base = { version = "0.33", features = ["ticket"] } tokio = { version = "1", features = ["io-util"], default-features = false} tokio-util = "0.7" tower = { version = "0.5", optional = true } diff --git a/iroh-dag-sync/Cargo.toml b/iroh-dag-sync/Cargo.toml index b73ef82..fdc9c48 100644 --- a/iroh-dag-sync/Cargo.toml +++ b/iroh-dag-sync/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -iroh-blobs = "0.32" -iroh-gossip = "0.32" -iroh = "0.32" -iroh-base = { version ="0.32", features = ["ticket"] } +iroh-blobs = "0.33" +iroh-gossip = "0.33" +iroh = "0.33" +iroh-base = { version ="0.33", features = ["ticket"] } iroh-car = "0.5.0" redb = "2.1.1" clap = { version = "4.5.7", features = ["derive"] } diff --git a/iroh-pkarr-naming-system/Cargo.toml b/iroh-pkarr-naming-system/Cargo.toml index 0dd4a55..c8d5e7e 100644 --- a/iroh-pkarr-naming-system/Cargo.toml +++ b/iroh-pkarr-naming-system/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] anyhow = "1.0.79" derive_more = "0.99.17" -iroh = "0.32" -iroh-blobs = "0.32" +iroh = "0.33" +iroh-blobs = "0.33" pkarr = { version = "2.3.1", features = ["async", "dht"] } tokio = "1.35.1" tokio-util = "0.7.12" diff --git a/iroh-s3-bao-store/Cargo.toml b/iroh-s3-bao-store/Cargo.toml index 9ba3981..f687b55 100644 --- a/iroh-s3-bao-store/Cargo.toml +++ b/iroh-s3-bao-store/Cargo.toml @@ -21,8 +21,8 @@ flume = "0.11.0" futures-lite = "2.3" hex = "0.4.3" indicatif = "0.17.7" -iroh = "0.32" -iroh-blobs = "0.32" +iroh = "0.33" +iroh-blobs = "0.33" iroh-io = { version = "0.6", features = ["x-http"] } num_cpus = "1.16.0" rand = "0.8.5"