Skip to content

Commit

Permalink
deps: bump serde from 1.0.179 to 1.0.183
Browse files Browse the repository at this point in the history
Pull-Request: #4294.
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 1278161 commit 72fd50a
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.3.12", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.179", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.100"
libp2p-core = { workspace = true }
base64 = "0.21.2"
Expand Down

0 comments on commit 72fd50a

Please sign in to comment.