Skip to content

Commit

Permalink
chore(deps): Bump reqwest from 0.11.26 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.12.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.26...v0.12.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent c211ca0 commit e73543d
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 18 deletions.
98 changes: 84 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ libc = "0.2.153"
similar-asserts = "1.5.0"
proptest.workspace = true
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
rstest = {version = "0.19.0"}
tempfile = "3.10.1"
test-generator = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/k8s-e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3"
k8s-openapi = { version = "0.16.0", default-features = false, features = ["v1_19"] }
k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" }
regex = "1"
reqwest = { version = "0.11.26", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }
serde_json.workspace = true
tokio = { version = "1.37.0", features = ["full"] }
indoc = "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio-stream = { version = "0.1.15", default-features = false, features = ["sync
graphql_client = { version = "0.14.0", default-features = false, features = ["graphql_query_derive"] }

# HTTP / WebSockets
reqwest = { version = "0.11.26", default-features = false, features = ["json"] }
reqwest = { version = "0.12.4", default-features = false, features = ["json"] }
tokio-tungstenite = { version = "0.20.1", default-features = false, features = ["connect", "rustls"] }

# External libs
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ os_info = { version = "3.8.2", default-features = false }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
paste = "1.0.14"
regex = { version = "1.10.4", default-features = false, features = ["std", "perf"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
reqwest = { version = "0.12", features = ["json", "blocking"] }
serde.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.34"
Expand Down

0 comments on commit e73543d

Please sign in to comment.