Skip to content

Commit

Permalink
chore(deps): update rust crate serde to v1.0.208
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 62194e6 commit 4b09029
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.28.0"
reqwest = { version = "=0.12.5", features = ["blocking", "json"] }
serde = { version = "=1.0.207", features = ["derive"] }
serde = { version = "=1.0.208", features = ["derive"] }
serde-xml-rs = "=0.6.0"
serde_json = "=1.0.125"
xdg = "=2.5.2"

0 comments on commit 4b09029

Please sign in to comment.