Skip to content

Commit

Permalink
Merge pull request #671 from PyO3/dependabot/cargo/serde_json-1.0.69
Browse files Browse the repository at this point in the history
Bump serde_json from 1.0.68 to 1.0.69
  • Loading branch information
messense authored Nov 9, 2021
2 parents d2ac352 + 13087aa commit de75489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -39,7 +39,7 @@ regex = "1.4.5"
reqwest = { version = "0.11.2", optional = true, default-features = false, features = ["blocking", "multipart"] }
rpassword = { version = "5.0.1", optional = true }
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
serde_json = "1.0.69"
sha2 = "0.9.3"
shlex = "1.0.0"
structopt = "0.3.21"
Expand Down

0 comments on commit de75489

Please sign in to comment.