Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed May 8, 2024
1 parent 7021bc0 commit 929486f
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.5"
nexlint = { path = "../nexlint" }
regex = "1.10.4"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", 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.5"
hakari = { version = "0.17.2", features = ["cli-support"] }
hex = "0.4.3"
once_cell = "1.19.0"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }

0 comments on commit 929486f

Please sign in to comment.