Skip to content

Commit 182bb5a

Browse files
chore(deps): bump redis-macros from 0.4.0 to 0.4.2
Bumps [redis-macros](https://github.com/daniel7grant/redis-macros) from 0.4.0 to 0.4.2. - [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.4.0...v0.4.2) --- updated-dependencies: - dependency-name: redis-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1ddf36 commit 182bb5a

File tree

2 files changed

+53
-8
lines changed

2 files changed

+53
-8
lines changed

Cargo.lock

Lines changed: 52 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ paste = "1.0.15"
2424
poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next" }
2525
rand = "0.8.5"
2626
redis = { version = "0.27.2", features = ["tokio-comp", "tokio-rustls-comp"] }
27-
redis-macros = "0.4.0"
27+
redis-macros = "0.4.2"
2828
regex = "1.10.6"
2929
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls", "json", "brotli"] }
3030
serde = { version = "1.0.210", features = ["derive"] }

0 commit comments

Comments
 (0)