Skip to content

Commit

Permalink
Merge pull request #40 from stmh/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.197
  • Loading branch information
stmh authored Mar 24, 2024
2 parents 27a2b41 + 52379c1 commit cccda43
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 @@ -15,7 +15,7 @@ indicatif = { version = "0.17.8", features = ["rayon"] }
rand = "0.8.5"
rayon = "1.10.0"
reqwest = { version = "0.12.0", features = ["blocking"] }
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114", features = [] }
serde_yaml = "0.9.33"
simplelog = { version = "0.12.2", features = ["paris"] }
Expand Down

0 comments on commit cccda43

Please sign in to comment.