From d5acf624e2d68fdc3b3a90c7b04d70afbdec6d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:43:56 +0000 Subject: [PATCH] chore(deps): bump momento from 0.43.0 to 0.43.1 in /example/rust Bumps [momento](https://github.com/momentohq/client-sdk-rust) from 0.43.0 to 0.43.1. - [Release notes](https://github.com/momentohq/client-sdk-rust/releases) - [Changelog](https://github.com/momentohq/client-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/momentohq/client-sdk-rust/compare/v0.43.0...v0.43.1) --- updated-dependencies: - dependency-name: momento dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/rust/Cargo.lock | 4 ++-- example/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/rust/Cargo.lock b/example/rust/Cargo.lock index e946f706..9615803c 100644 --- a/example/rust/Cargo.lock +++ b/example/rust/Cargo.lock @@ -535,9 +535,9 @@ dependencies = [ [[package]] name = "momento" -version = "0.43.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf2ead109c32a149c59295b5323b7d97fc5f37395ced54b1a5a85cc5b6866680" +checksum = "6a8e48f7e7b81d202715b29c909f266585c2e4614add02a168b91f26165fa2b4" dependencies = [ "base64", "derive_more", diff --git a/example/rust/Cargo.toml b/example/rust/Cargo.toml index cf71e904..784c00a2 100644 --- a/example/rust/Cargo.toml +++ b/example/rust/Cargo.toml @@ -17,7 +17,7 @@ path = "src/docs_examples/docs_examples.rs" [dependencies] futures = "0.3.30" -momento = { version = "0.43.0" } +momento = { version = "0.43.1" } tokio = { version = "1.37.0", features = ["full"] } uuid = { version = "1.8.0", features = ["v4"] } anyhow = "1"