Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent bf43950 commit 49a5058
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 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.7.4"
axum-macros = "0.4.1"
http = "1.1.0"
reqwest = { version = "0.11.26", features = ["json"] }
reqwest = { version = "0.11.27", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
thiserror = { version = "1.0.58" }
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.7.4"
bytes = "1.5.0"
http = "1.1.0"
reqwest = { version = "0.11.26", features = ["json"] }
reqwest = { version = "0.11.27", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
thiserror = { version = "1.0.58" }
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 = "0.7.4"
clap = { version = "4.5.3", features = ["derive"] }
ccc-types = { path = "../ccc-types" }
ccc-routes = { path = "../ccc-routes" }
reqwest = { version = "0.11.26", features = ["json"] }
reqwest = { version = "0.11.27", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.36.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.36.0", features = ["macros", "rt-multi-thread"] }
reqwest = "0.11.26"
reqwest = "0.11.27"
url = "2.5.0"
bytes = "1.5.0"
similar = "2.4.0"
Expand Down

0 comments on commit 49a5058

Please sign in to comment.