Skip to content

Commit

Permalink
Merge pull request #189 from jqnatividad/bump_redis-directories-seria…
Browse files Browse the repository at this point in the history
…l_test

bump dependencies
  • Loading branch information
jaemk authored Apr 7, 2024
2 parents fca60ec + 0f182d6 commit 4c4b6be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ version = "0.1"
optional = true

[dependencies.redis]
version = "0.24"
version = "0.25"
features = ["r2d2"]
optional = true

Expand All @@ -78,7 +78,7 @@ version = "1.1"
optional = true

[dependencies.directories]
version = "4.0"
version = "5.0"
optional = true

[dependencies.r2d2]
Expand Down Expand Up @@ -110,7 +110,7 @@ features = ["attributes"]
version = "1"

[dev-dependencies.serial_test]
version = "2"
version = "3"

[workspace]
members = ["cached_proc_macro", "examples/wasm"]
Expand Down

0 comments on commit 4c4b6be

Please sign in to comment.