Skip to content

Commit

Permalink
ci: update redis requirement from 0.22.1 to 0.23.0 (#4)
Browse files Browse the repository at this point in the history
* ci: update redis requirement from 0.22.1 to 0.23.0

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.22.1...redis-0.23.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zhenghaoz <[email protected]>
  • Loading branch information
dependabot[bot] and zhenghaoz authored Jun 6, 2023
1 parent afe4262 commit dd0f343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ serde_json = "1.0"

[dev-dependencies]
chrono = "0.4.23"
redis = "0.22.1"
redis = "0.23.0"
tokio = { version = "1.22.0", features = ["macros"] }
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
MYSQL_PASSWORD: gorse_pass

gorse:
image: zhenghaoz/gorse-in-one:nightly
image: zhenghaoz/gorse-in-one
restart: unless-stopped
ports:
- 8086:8086
Expand Down

0 comments on commit dd0f343

Please sign in to comment.