From db31da14d385428e851d3682bece44c1e2c2a255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:21:10 +0000 Subject: [PATCH] build(deps): bump postcard from 1.0.9 to 1.0.10 Bumps [postcard](https://github.com/jamesmunns/postcard) from 1.0.9 to 1.0.10. - [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.9...v1.0.10) --- updated-dependencies: - dependency-name: postcard dependency-type: direct:production update-type: version-update:semver-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 ca0f4db..a080484 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,9 +1642,9 @@ dependencies = [ [[package]] name = "postcard" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ee10b999a00ca189ac2cb99f5db1ca71fb7371e3d5f493b879ca95d2a67220" +checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e" dependencies = [ "cobs", "embedded-io 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 3c1b13a..df36741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ zerocopy = { version = "0.7.35", features = ["derive"] } home = "0.5.9" derive_builder = "0.20.0" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } -postcard= {version = "1.0.9", features = ["alloc"]} +postcard= {version = "1.0.10", features = ["alloc"]} libcrux = { version = "0.0.2-pre.2" } hex-literal = { version = "0.4.1" } hex = { version = "0.4.3" }