Skip to content

Commit

Permalink
Merge pull request #58 from LeoniePhiline/renovate/reqwest-0.12.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate reqwest to 0.12.4
  • Loading branch information
LeoniePhiline committed Apr 19, 2024
2 parents 060fb96 + f6bc571 commit 93f2225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -22,7 +22,7 @@ opentelemetry-otlp = { version = "0.15.0", default-features = false, features =
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio", "trace"] }
ratatui = "0.26.2"
regex = "1.10.4"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli", "cookies"] }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli", "cookies"] }
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread", "process"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 93f2225

Please sign in to comment.