Skip to content

Commit

Permalink
Merge pull request #138 from kitsuyui/renovate/serde
Browse files Browse the repository at this point in the history
fix(deps): update serde
  • Loading branch information
kitsuyui authored Mar 10, 2023
2 parents ea7474f + dfe3e64 commit 0ac01d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ graphql_client = "0.12.0"
once_cell = "1.17.1"
regex = "1.7.1"
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
serde = "1.0.152"
serde_derive = "1.0.152"
serde = "1.0.154"
serde_derive = "1.0.154"
shellexpand = "3.0.0"
toml = "0.7.2"
openssl-probe = "0.1.5"
clap_complete = "4.1.4"
serde_json = "1.0.93"
serde_json = "1.0.94"

[dependencies.openssl]
version = "0.10.45"
Expand Down

0 comments on commit 0ac01d5

Please sign in to comment.