Skip to content

Commit

Permalink
build(deps): Bump reqwest from 0.11.24 to 0.11.25 (#2798)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.25.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.24...v0.11.25)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent e067d80 commit 99efe1c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ prio.workspace = true
prometheus = { version = "0.13.3", optional = true }
rand = { version = "0.8", features = ["min_const_gen"] }
regex = "1"
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.8"
routefinder = "0.5.4"
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ postgres-types = { version = "0.2.6", features = ["derive", "array-impls"] }
prio = { workspace = true, features = ["experimental"] }
rand = { version = "0.8", features = ["min_const_gen"] }
regex = "1"
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.8"
serde.workspace = true
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ janus_core.workspace = true
janus_messages.workspace = true
prio.workspace = true
rand = "0.8"
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
thiserror.workspace = true
tokio.workspace = true
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fixed = { version = "1.26", optional = true }
fixed-macro = { version = "1.1.1", optional = true }
prio.workspace = true
rand = { version = "0.8", features = ["min_const_gen"] }
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
retry-after = "0.3.1"
thiserror.workspace = true
tokio.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ k8s-openapi = { workspace = true, optional = true }
lazy_static = { version = "1", optional = true }
prio.workspace = true
rand = "0.8"
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.8"
serde.workspace = true
serde_json = { workspace = true, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ opentelemetry.workspace = true
prio.workspace = true
rand = "0.8"
regex = { version = "1", optional = true }
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls"] }
ring = "0.17.8"
serde.workspace = true
serde_json = "1.0.114"
Expand All @@ -63,7 +63,7 @@ zstd = { version = "0.13", optional = true }
[dev-dependencies]
janus_interop_binaries = { path = ".", features = ["fpvec_bounded_l2", "testcontainer", "test-util"] }
janus_core = { workspace = true, features = ["test-util", "fpvec_bounded_l2"] }
reqwest = { version = "0.11.24", default-features = false, features = ["json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["json"] }

[build-dependencies]
janus_build_script_utils = { workspace = true, optional = true }
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ janus_collector.workspace = true
janus_core.workspace = true
janus_messages.workspace = true
prio.workspace = true
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
serde_json.workspace = true
serde_yaml = "0.9.32"
tokio.workspace = true
Expand Down

0 comments on commit 99efe1c

Please sign in to comment.