Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.82 to 1.0.83 (MystenLabs#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 3, 2022
1 parent d180211 commit df90d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narwhal/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serde = { version = "1.0.142", features = ["derive"] }
serde_json = "1.0.82"
serde_json = "1.0.83"
thiserror = "1.0.31"
tracing = "0.1.36"
multiaddr = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ sha3 = "0.10.1"
hex-literal = "0.3.4"
proptest = "1.0.0"
proptest-derive = "0.3.0"
serde_json = "1.0.82"
serde_json = "1.0.83"
k256 = { version = "0.11.3", features = ["ecdsa", "sha256", "keccak256"] }

0 comments on commit df90d63

Please sign in to comment.