Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.180 to 1.0.182
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.182.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.180...v1.0.182)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent ad1acfe commit 345b3cd
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ nll = { git = "https://github.com/EspressoSystems/nll.git" }
num = "0.4.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
serde = { version = "1.0.171", features = ["derive", "rc"] }
serde = { version = "1.0.182", features = ["derive", "rc"] }
snafu = "0.7.5"
surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", branch = "main" }
time = "0.3.23"
Expand Down
2 changes: 1 addition & 1 deletion centralized_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tokio = { version = "1", optional = true, features = [
"tracing",
] }
tracing = "0.1.37"
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
serde_json = "1.0.103"
snafu = "0.7.5"
toml = "0.7.6"
2 changes: 1 addition & 1 deletion crates/hotshot-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hotshot-types = { path = "../../types" }
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", branch = "hotshot-compat" }
jf-relation= { git = "https://github.com/EspressoSystems/jellyfish", branch = "hotshot-compat" }
jf-utils = { git = "https://github.com/espressosystems/jellyfish", branch = "hotshot-compat" }
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
typenum = { version = "1.16.0" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ libp2p = { version = "0.52.0", default-features = false, features = [
libp2p-noise = { version = "0.43.0", default-features = false }
parking_lot = "0.12.1"
rand = "0.8.5"
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
serde_json = "1.0.103"
snafu = "0.7.5"
tokio = { version = "1", optional = true, features = [
Expand Down
2 changes: 1 addition & 1 deletion task-impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async-trait = "0.1.68"
either = { version = "1.8.1", features = [ "serde" ] }
futures = "0.3.28"
nll = { git = "https://github.com/EspressoSystems/nll.git" }
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
snafu = "0.7.4"
tokio = { version = "1", optional = true, features = [
"fs",
Expand Down
2 changes: 1 addition & 1 deletion task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async-trait = "0.1.71"
either = { version = "1.8.1", features = [ "serde" ] }
futures = "0.3.28"
nll = { git = "https://github.com/EspressoSystems/nll.git" }
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
snafu = "0.7.5"
tokio = { version = "1", optional = true, features = [
"fs",
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tokio = { version = "1", optional = true, features = [
] }
tracing = "0.1.37"
nll = { git = "https://github.com/EspressoSystems/nll.git" }
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }

[dev-dependencies]
nll = { git = "https://github.com/EspressoSystems/nll.git" }
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", branch =
nll = { git = "https://github.com/EspressoSystems/nll.git" }
libp2p-networking = { path = "../libp2p-networking", version = "0.1.0", default-features = false }
rand = "0.8.5"
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
snafu = "0.7.5"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.2.4" }
time = "0.3.23"
Expand Down

0 comments on commit 345b3cd

Please sign in to comment.