Skip to content

Commit

Permalink
chore(deps): bump momento from 0.43.0 to 0.43.1 in /example/rust
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.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](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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f52c947 commit d5acf62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.43.1" }
tokio = { version = "1.37.0", features = ["full"] }
uuid = { version = "1.8.0", features = ["v4"] }
anyhow = "1"

0 comments on commit d5acf62

Please sign in to comment.