From 036a7321efecbdf1ecbeb251031a2c5557a7bf67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:21:21 +0000 Subject: [PATCH] Bump the rust-minor-patch group with 1 update Bumps the rust-minor-patch group with 1 update: [postcard](https://github.com/jamesmunns/postcard). - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md) - [Commits](https://github.com/jamesmunns/postcard/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: postcard dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e13b1a7..88e0232 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "postcard" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9ee729232311d3cd113749948b689627618133b1c5012b77342c1950b25eaeb" +checksum = "d534c6e61df1c7166e636ca612d9820d486fe96ddad37f7abc671517b297488e" dependencies = [ "cobs", "serde", diff --git a/Cargo.toml b/Cargo.toml index bf67612..36dce64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ once_cell = { version = "1.18.0", default-features = false } poem = { version = "1.3.57", default-features = false, features = ["server", "anyhow"] } poem-ext = { version = "0.9.3", default-features = false, features = ["shield"] } poem-openapi = { version = "3.0.3", default-features = false, features = ["swagger-ui", "redoc", "uuid"] } -postcard = { version = "1.0.6", default-features = false, features = ["use-std"] } +postcard = { version = "1.0.7", default-features = false, features = ["use-std"] } prometheus = { version = "0.13.3", default-features = false } redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.9.4"