diff --git a/Cargo.lock b/Cargo.lock index f768266e7..b61e97e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3659,9 +3659,9 @@ checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca" [[package]] name = "reqwest" -version = "0.11.25" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eea5a9eb898d3783f17c6407670e3592fd174cb81a10e51d4c37f49450b9946" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64 0.21.7", "bytes", @@ -4686,20 +4686,20 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "system-configuration" -version = "0.6.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ - "bitflags 2.4.1", + "bitflags 1.3.2", "core-foundation", "system-configuration-sys", ] [[package]] name = "system-configuration-sys" -version = "0.6.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" dependencies = [ "core-foundation-sys", "libc", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 5efc0a399..cf59931a3 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -72,7 +72,7 @@ prio.workspace = true prometheus = { version = "0.13.3", optional = true } rand = { workspace = true, features = ["min_const_gen"] } regex = "1" -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] } ring = "0.17.8" routefinder = "0.5.4" rustls = "0.22.2" diff --git a/aggregator_core/Cargo.toml b/aggregator_core/Cargo.toml index dbb38575a..e32567d52 100644 --- a/aggregator_core/Cargo.toml +++ b/aggregator_core/Cargo.toml @@ -36,7 +36,7 @@ postgres-types = { version = "0.2.6", features = ["derive", "array-impls"] } prio = { workspace = true, features = ["experimental"] } rand = { workspace = true, features = ["min_const_gen"] } regex = "1" -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] } ring = "0.17.8" serde.workspace = true serde_json.workspace = true diff --git a/client/Cargo.toml b/client/Cargo.toml index 0f134b3c2..1a54948fd 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ janus_core.workspace = true janus_messages.workspace = true prio.workspace = true rand.workspace = true -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] } thiserror.workspace = true tokio.workspace = true tracing = "0.1.40" diff --git a/collector/Cargo.toml b/collector/Cargo.toml index 54e893841..8892e20c7 100644 --- a/collector/Cargo.toml +++ b/collector/Cargo.toml @@ -26,7 +26,7 @@ janus_messages.workspace = true fixed = { version = "1.26", optional = true } prio.workspace = true rand = { workspace = true, features = ["min_const_gen"] } -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] } retry-after = "0.3.1" thiserror.workspace = true tokio.workspace = true diff --git a/core/Cargo.toml b/core/Cargo.toml index 73e199f9d..9380e15de 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -50,7 +50,7 @@ k8s-openapi = { workspace = true, optional = true } prio.workspace = true rand.workspace = true regex = "1.10.3" -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] } ring = "0.17.8" serde.workspace = true serde_json = { workspace = true, optional = true } diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 8791454f3..49184a057 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -37,7 +37,7 @@ opentelemetry.workspace = true prio.workspace = true rand.workspace = true regex = { version = "1", optional = true } -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] } ring = "0.17.8" serde.workspace = true serde_json = "1.0.114" @@ -58,4 +58,4 @@ zstd = { version = "0.13", optional = true } fixed-macro = "1.1.1" janus_interop_binaries = { path = ".", features = ["fpvec_bounded_l2", "test-util"] } janus_core = { workspace = true, features = ["test-util", "fpvec_bounded_l2"] } -reqwest = { version = "0.11.25", default-features = false, features = ["json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["json"] } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index aaef1a356..ccd66ce75 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -22,7 +22,7 @@ janus_core.workspace = true janus_messages.workspace = true prio.workspace = true rand.workspace = true -reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] } serde_json.workspace = true serde_yaml.workspace = true tokio.workspace = true