From fc9c253b50db1efb50030ac50541290a8cfc3d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:53:44 +0000 Subject: [PATCH] chore(deps): bump serde from 1.0.167 to 1.0.171 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.167 to 1.0.171. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.167...v1.0.171) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- centralized_server/Cargo.toml | 2 +- libp2p-networking/Cargo.toml | 2 +- task/Cargo.toml | 2 +- testing-macros/Cargo.toml | 2 +- testing/Cargo.toml | 2 +- types/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbdc9762fd..2aa9e6644f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6513,9 +6513,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.168" +version = "1.0.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af" +checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" dependencies = [ "serde_derive", ] @@ -6531,9 +6531,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.168" +version = "1.0.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641" +checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d5f3ee5e5f..8d8f016139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,7 +166,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.168", features = ["derive", "rc"] } +serde = { version = "1.0.171", features = ["derive", "rc"] } snafu = "0.7.5" surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", branch = "main" } time = "0.3.23" diff --git a/centralized_server/Cargo.toml b/centralized_server/Cargo.toml index 4336c485a7..c142a07539 100644 --- a/centralized_server/Cargo.toml +++ b/centralized_server/Cargo.toml @@ -52,7 +52,7 @@ tokio = { version = "1", optional = true, features = [ "tracing", ] } tracing = "0.1.37" -serde = { version = "1.0.168", features = ["derive"] } +serde = { version = "1.0.171", features = ["derive"] } serde_json = "1.0.102" snafu = "0.7.5" toml = "0.7.6" diff --git a/libp2p-networking/Cargo.toml b/libp2p-networking/Cargo.toml index a1e1875e62..d123c8270b 100644 --- a/libp2p-networking/Cargo.toml +++ b/libp2p-networking/Cargo.toml @@ -85,7 +85,7 @@ libp2p = { version = "0.51.3", default-features = false, features = [ libp2p-noise = { version = "0.42.2", default-features = false } parking_lot = "0.12.1" rand = "0.8.5" -serde = { version = "1.0.168", features = ["derive"] } +serde = { version = "1.0.171", features = ["derive"] } serde_json = "1.0.102" snafu = "0.7.5" tokio = { version = "1", optional = true, features = [ diff --git a/task/Cargo.toml b/task/Cargo.toml index 63a1a5cc9e..490e837f09 100644 --- a/task/Cargo.toml +++ b/task/Cargo.toml @@ -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.168", features = ["derive"] } +serde = { version = "1.0.171", features = ["derive"] } snafu = "0.7.5" tokio = { version = "1", optional = true, features = [ "fs", diff --git a/testing-macros/Cargo.toml b/testing-macros/Cargo.toml index 5fea0ef43e..8029454850 100644 --- a/testing-macros/Cargo.toml +++ b/testing-macros/Cargo.toml @@ -85,7 +85,7 @@ tokio = { version = "1", optional = true, features = [ "tracing", ] } tracing = "0.1.37" -serde = { version = "1.0.168", features = ["derive"] } +serde = { version = "1.0.171", features = ["derive"] } # proc macro stuff quote = "1.0.29" syn = { version = "2.0.25", features = ["full", "extra-traits"] } diff --git a/testing/Cargo.toml b/testing/Cargo.toml index c0f29fcfad..0b7210e625 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -86,7 +86,7 @@ tokio = { version = "1", optional = true, features = [ ] } tracing = "0.1.37" nll = { git = "https://github.com/EspressoSystems/nll.git" } -serde = { version = "1.0.168", features = ["derive"] } +serde = { version = "1.0.171", features = ["derive"] } [dev-dependencies] nll = { git = "https://github.com/EspressoSystems/nll.git" } diff --git a/types/Cargo.toml b/types/Cargo.toml index 4a61646376..b29949f9cf 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -61,7 +61,7 @@ jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", rev = "3 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.168", features = ["derive"] } +serde = { version = "1.0.171", features = ["derive"] } snafu = "0.7.5" tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.2.4" } time = "0.3.23"