Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 5ab88a4 commit 4b39d52
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 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 ccc-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ccc-types = { path = "../ccc-types" }
axum = "0.6.20"
axum-macros = "0.3.8"
http = "0.2.9"
reqwest = { version = "0.11.20", features = ["json"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
thiserror = { version = "1.0.49" }
Expand Down
2 changes: 1 addition & 1 deletion ccc-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
axum = "0.6.20"
bytes = "1.5.0"
http = "0.2.9"
reqwest = { version = "0.11.20", features = ["json"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
thiserror = { version = "1.0.49" }
Expand Down
2 changes: 1 addition & 1 deletion ccc-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ axum = { version = "0.6.20", features = ["headers", "tracing"] }
clap = { version = "4.4.6", features = ["derive"] }
ccc-types = { path = "../ccc-types" }
ccc-routes = { path = "../ccc-routes" }
reqwest = { version = "0.11.20", features = ["json"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["filter", "timeout"] }
Expand Down
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
reqwest = "0.11.20"
reqwest = "0.11.22"
url = "2.4.1"
bytes = "1.5.0"
similar = "2.3.0"
Expand Down

0 comments on commit 4b39d52

Please sign in to comment.