Skip to content

Commit

Permalink
Merge pull request #235 from gifnksm/dependabot/cargo/serde-1.0.166
Browse files Browse the repository at this point in the history
Bump serde from 1.0.164 to 1.0.166
  • Loading branch information
gifnksm authored Jul 4, 2023
2 parents 2c374de + 238ae72 commit f970090
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"]
git2_credentials = "0.11.0"
once_cell = "1.18.0"
regex = "1.8.4"
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.99"
thiserror = "1.0.40"
toml_edit = { version = "0.19.11", features = ["serde"] }
Expand Down

0 comments on commit f970090

Please sign in to comment.