Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.205
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Aug 8, 2024
1 parent b12b438 commit f6140f2
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.14"
guppy = "0.17.7"
nexlint = { path = "../nexlint" }
regex = "1.10.6"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.205", 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.7"
hakari = { version = "0.17.3", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.19.0"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.205", features = ["derive"] }

0 comments on commit f6140f2

Please sign in to comment.