Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to v0.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent a120bd7 commit f5cb910
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions cctui/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 cctui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crossterm = "=0.28.1"
fern = "=0.6.2"
log = "=0.4.22"
ratatui = "=0.29.0"
reqwest = { version = "=0.12.9", features = ["blocking", "json"] }
reqwest = { version = "=0.12.10", features = ["blocking", "json"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde-xml-rs = "=0.6.0"
serde_json = "=1.0.134"
Expand Down

0 comments on commit f5cb910

Please sign in to comment.