Skip to content

Commit

Permalink
deps: bump serde from 1.0.159 to 1.0.160
Browse files Browse the repository at this point in the history
Pull-Request: #3796.
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent 2065348 commit df19abb
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 misc/keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
[dependencies]
clap = { version = "4.2.1", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
libp2p-core = { version = "0.39.0", path = "../../core" }
base64 = "0.21.0"
Expand Down

0 comments on commit df19abb

Please sign in to comment.