Skip to content

Commit

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

---
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 Oct 2, 2023
1 parent ae2b63a commit ff82b20
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 10 deletions.
26 changes: 24 additions & 2 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 @@ -71,7 +71,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.20", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.0"
routefinder = "0.5.3"
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.20", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.0"
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.20", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "json"] }
thiserror.workspace = true
tokio.workspace = true
tracing = "0.1.37"
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.23", 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.20", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.21", 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.20", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.0"
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 @@ -42,7 +42,7 @@ opentelemetry.workspace = true
prio.workspace = true
rand = "0.8"
regex = { version = "1", optional = true }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls"] }
ring = "0.17.0"
serde.workspace = true
serde_json = "1.0.107"
Expand All @@ -62,7 +62,7 @@ zstd = { version = "0.12", 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.20", default-features = false, features = ["json"] }
reqwest = { version = "0.11.21", 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.20", default-features = false, features = ["rustls-tls", "json"] }
reqwest = { version = "0.11.21", default-features = false, features = ["rustls-tls", "json"] }
serde_json.workspace = true
serde_yaml = "0.9.25"
tokio.workspace = true
Expand Down

0 comments on commit ff82b20

Please sign in to comment.