From d1606a6fb7762b5eed15b41491712667fa21fed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:16:33 +0000 Subject: [PATCH] build(deps): bump the cargo group across 3 directories with 2 updates Bumps the cargo group with 2 updates in the /examples/filter_rust directory: [rmp-serde](https://github.com/3Hren/msgpack-rust) and [time](https://github.com/time-rs/time). Bumps the cargo group with 2 updates in the /examples/filter_rust_clib directory: [rmp-serde](https://github.com/3Hren/msgpack-rust) and [time](https://github.com/time-rs/time). Bumps the cargo group with 1 update in the /examples/wasi_serde_json directory: [time](https://github.com/time-rs/time). Updates `rmp-serde` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/compare/rmp-serde/v1.1.0...rmp-serde/v1.1.1) Updates `time` from 0.1.44 to 0.1.45 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `rmp-serde` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/compare/rmp-serde/v1.1.0...rmp-serde/v1.1.1) Updates `time` from 0.1.44 to 0.1.45 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) Updates `time` from 0.1.44 to 0.1.45 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/commits) --- updated-dependencies: - dependency-name: rmp-serde dependency-type: direct:production dependency-group: cargo-security-group - dependency-name: time dependency-type: indirect dependency-group: cargo-security-group - dependency-name: rmp-serde dependency-type: direct:production dependency-group: cargo-security-group - dependency-name: time dependency-type: indirect dependency-group: cargo-security-group - dependency-name: time dependency-type: indirect dependency-group: cargo-security-group ... Signed-off-by: dependabot[bot] --- examples/filter_rust/Cargo.lock | 8 ++++---- examples/filter_rust_clib/Cargo.lock | 8 ++++---- examples/wasi_serde_json/Cargo.lock | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/filter_rust/Cargo.lock b/examples/filter_rust/Cargo.lock index 267887091a3..2e7155df45f 100644 --- a/examples/filter_rust/Cargo.lock +++ b/examples/filter_rust/Cargo.lock @@ -107,9 +107,9 @@ dependencies = [ [[package]] name = "rmp-serde" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25786b0d276110195fa3d6f3f31299900cf71dfbd6c28450f3f58a0e7f7a347e" +checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" dependencies = [ "byteorder", "rmp", @@ -175,9 +175,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi", diff --git a/examples/filter_rust_clib/Cargo.lock b/examples/filter_rust_clib/Cargo.lock index 577860a85a0..cbe32dc089f 100644 --- a/examples/filter_rust_clib/Cargo.lock +++ b/examples/filter_rust_clib/Cargo.lock @@ -107,9 +107,9 @@ dependencies = [ [[package]] name = "rmp-serde" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25786b0d276110195fa3d6f3f31299900cf71dfbd6c28450f3f58a0e7f7a347e" +checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" dependencies = [ "byteorder", "rmp", @@ -175,9 +175,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi", diff --git a/examples/wasi_serde_json/Cargo.lock b/examples/wasi_serde_json/Cargo.lock index e2006691471..f0716a1d5ac 100644 --- a/examples/wasi_serde_json/Cargo.lock +++ b/examples/wasi_serde_json/Cargo.lock @@ -77,9 +77,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi",