Skip to content

Commit

Permalink
build(deps): Bump redis-macros from 0.2.1 to 0.3.0 in /rust
Browse files Browse the repository at this point in the history
Bumps [redis-macros](https://github.com/daniel7grant/redis-macros) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/daniel7grant/redis-macros/releases)
- [Changelog](https://github.com/daniel7grant/redis-macros/blob/master/Changelog.md)
- [Commits](daniel7grant/redis-macros@v0.2.1...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 5c68b19 commit 75593cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
31 changes: 9 additions & 22 deletions 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 rust/snownet-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hex = "0.4"
pnet_packet = { version = "0.34" }
rand = "0.8"
redis = { version = "0.25.3", default-features = false, features = ["tokio-comp"] }
redis-macros = "0.2.1"
redis-macros = "0.3.0"
secrecy = { workspace = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 75593cd

Please sign in to comment.