Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.211
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 22, 2024
1 parent 7c4f584 commit b81b965
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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 nexlint-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ globset = "0.4.15"
guppy = "0.17.8"
nexlint = { path = "../nexlint" }
regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
toml = "0.5.8"
2 changes: 1 addition & 1 deletion nexlint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ guppy = "0.17.8"
hakari = { version = "0.17.5", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.19.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }

0 comments on commit b81b965

Please sign in to comment.