Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 212b349 commit 9165418
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ email_address = "0.2.4"
fern = { git = "https://github.com/KisaragiEffective/fern", branch = "kisaragieffective", version = "0.6.2-kisaragi-5", features = ["min_colored"] }
log = "0.4.20"
once_cell = "1.19.0"
reqwest = { version = "0.11.23", default-features = false, features = ["json"] }
reqwest = { version = "0.11.24", default-features = false, features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit 9165418

Please sign in to comment.