Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.214
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 29, 2024
1 parent 35ff144 commit b9ad6ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 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.11.1"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", 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.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }

0 comments on commit b9ad6ac

Please sign in to comment.