Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.166
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2023
1 parent 1ddf6aa commit af429fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -23,7 +23,7 @@ if-addrs = "0.10.1"
zip = { version = "0.6.6", default-features = false, features = ["time"] }
walkdir = "2.3.3"
jsonwebtoken = { version = "8.3.0", default-features = false }
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.166", features = ["derive"] }
anyhow = "1.0.71"
once_cell = "1.18.0"
serde_json = "1.0.99"
Expand Down

0 comments on commit af429fb

Please sign in to comment.