Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.217 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Dec 29, 2024
1 parent e55756d commit 8f4dee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.11"
nexlint = { path = "../nexlint" }
regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.217", 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.11"
hakari = { version = "0.17.6", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.20.2"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }

0 comments on commit 8f4dee8

Please sign in to comment.