Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.155 to 1.0.158 (#1125)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.158.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.155...v1.0.158)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent d84df1f commit 6a19976
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ prometheus = { version = "0.13.3", optional = true }
rand = { version = "0.8", features = ["min_const_gen"] }
reqwest = { version = "0.11.15", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.16.20"
serde = { version = "1.0.155", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
serde_yaml = "0.9.19"
signal-hook = "0.3.15"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prio = { version = "0.10.0", features = ["multithreaded"] }
rand = "0.8"
reqwest = { version = "0.11.15", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.16.20"
serde = { version = "1.0.155", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
thiserror = "1.0"
tokio = { version = "1.26", features = ["macros", "net", "rt"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ portpicker = "0.1"
prio = { version = "0.10.0", features = ["multithreaded"] }
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
serde = "1.0.155"
serde = "1.0.158"
serde_json = "1.0.94"
testcontainers = "0.14.0"
tokio = { version = "1", features = ["full", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rand = "0.8"
regex = { version = "1", optional = true }
reqwest = { version = "0.11.15", default-features = false, features = ["rustls-tls"] }
ring = "0.16.20"
serde = { version = "1.0.155", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
testcontainers = { version = "0.14" }
tokio = { version = "1.26", features = ["full", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hex = "0.4"
num_enum = "0.5.11"
prio = { version = "0.10.0", default-features = false } # important: do not enable prio/crypto-dependencies by default!
rand = "0.8"
serde = { version = "1.0.155", features = ["derive"] }
serde = { version = "1.0.158", features = ["derive"] }
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0"

Expand Down

0 comments on commit 6a19976

Please sign in to comment.