Skip to content

Commit

Permalink
chore(deps): bump momento from 0.43.0 to 0.44.0 in /example/rust (#402)
Browse files Browse the repository at this point in the history
Bumps [momento](https://github.com/momentohq/client-sdk-rust) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/momentohq/client-sdk-rust/releases)
- [Changelog](https://github.com/momentohq/client-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: momento
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 3c65966 commit 747bd9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions example/rust/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 example/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/docs_examples/docs_examples.rs"

[dependencies]
futures = "0.3.30"
momento = { version = "0.43.0" }
momento = { version = "0.44.0" }
tokio = { version = "1.37.0", features = ["full"] }
uuid = { version = "1.8.0", features = ["v4"] }
anyhow = "1"

0 comments on commit 747bd9a

Please sign in to comment.