Skip to content

Commit

Permalink
chore(deps): update rust crate serde to v1.0.216 (#1113)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 75f9a59 commit abbaf0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ fern = "=0.6.2"
log = "=0.4.22"
ratatui = "=0.29.0"
reqwest = { version = "=0.12.9", features = ["blocking", "json"] }
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde-xml-rs = "=0.6.0"
serde_json = "=1.0.133"
xdg = "=2.5.2"

0 comments on commit abbaf0d

Please sign in to comment.