Skip to content

Commit

Permalink
Merge pull request #244 from gifnksm/dependabot/cargo/serde-1.0.168
Browse files Browse the repository at this point in the history
Bump serde from 1.0.167 to 1.0.168
  • Loading branch information
gifnksm authored Jul 11, 2023
2 parents fae3223 + d0af158 commit 7a736ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 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.9.0"
serde = { version = "1.0.167", features = ["derive"] }
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.100"
thiserror = "1.0.43"
toml_edit = { version = "0.19.12", features = ["serde"] }
Expand Down

0 comments on commit 7a736ee

Please sign in to comment.