Skip to content

Commit

Permalink
Merge pull request #249 from volllly/renovate/serde-1.x
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.160
  • Loading branch information
volllly authored Apr 21, 2023
2 parents 3efacd8 + d858584 commit 7b497fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -32,7 +32,7 @@ figment = { version = "0.10.8", default-features = false, features = ["env"] }
directories = "5.0.0"
once_cell = "1.17.1"
derive_more = "0.99.17"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
crossterm = "0.26.1"
itertools = "0.10.5"
thiserror = "1.0.40"
Expand Down

0 comments on commit 7b497fb

Please sign in to comment.