Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent 2afb2ed commit bf4a259
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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_core/Cargo.toml
Expand Up @@ -63,7 +63,7 @@ assert_matches = "1"
hyper = "0.14.24"
janus_aggregator_core = { workspace = true, features = ["test-util"] }
janus_core = { workspace = true, features = ["test-util"] }
serde_test = "1.0.153"
serde_test = "1.0.155"
tempfile = "3.4.0"
tokio = { version = "1", features = ["test-util"] } # ensure this remains compatible with the non-dev dependency

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -68,5 +68,5 @@ janus_core = { workspace = true, features = ["test-util"] }
# Kubernetes clusters.
kube = { workspace = true, features = ["openssl-tls"] }
mockito = "0.32.4"
serde_test = "1.0.153"
serde_test = "1.0.155"
url = "2.3.1"
2 changes: 1 addition & 1 deletion messages/Cargo.toml
Expand Up @@ -27,4 +27,4 @@ thiserror = "1.0"

[dev-dependencies]
assert_matches = "1"
serde_test = "1.0.153"
serde_test = "1.0.155"

0 comments on commit bf4a259

Please sign in to comment.