Skip to content

Commit

Permalink
deps: bump serde from 1.0.185 to 1.0.188
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#4398.
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent c6984dd commit e36e8ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.23", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.185", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
libp2p-core = { workspace = true }
base64 = "0.21.2"
Expand Down
2 changes: 1 addition & 1 deletion misc/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper = { version = "0.14", features = ["server", "tcp", "http1"] }
libp2p = { workspace = true, features = ["autonat", "dns", "tokio", "noise", "tcp", "yamux", "identify", "kad", "ping", "relay", "metrics", "rsa", "macros", "quic"] }
log = "0.4"
prometheus-client = "0.21.2"
serde = "1.0.183"
serde = "1.0.188"
serde_derive = "1.0.125"
serde_json = "1.0"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit e36e8ce

Please sign in to comment.