Skip to content

Commit

Permalink
upgrade to redispool 0.25 for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Apr 12, 2024
1 parent 7128925 commit 6d3dec2
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 24 deletions.
69 changes: 50 additions & 19 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ forwarded-header-value = "0.1.1"
fastbloom-rs = { version = "0.5.9", optional = true }

[workspace.dependencies]
axum_session = {version = "0.14.0", path = "./"}
axum_session = {version = "0.14.0"}
chrono = { version = "0.4.31", default-features = false, features = [
"clock",
"serde",
Expand Down
4 changes: 2 additions & 2 deletions databases/redispool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ redis-clusterdb = ["redis_pool/cluster", "redis/cluster-async"]

[dependencies]
async-trait.workspace = true
redis_pool = { version = "0.3.0" }
redis = { version = "0.24.0", features = [
redis_pool = { version = "0.4.0" }
redis = { version = "0.25.0", features = [
"aio",
"tokio-comp",
] }
Expand Down
4 changes: 2 additions & 2 deletions examples/redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
axum.workspace = true
tokio.workspace = true
async-trait.workspace = true
redis_pool = "0.3.0"
redis = { version = "0.24.0" }
redis_pool = "0.4.0"
redis = { version = "0.25.0" }
axum_session.workspace = true
axum_session_redispool = { path = "../../databases/redispool" }

0 comments on commit 6d3dec2

Please sign in to comment.