Skip to content

Commit

Permalink
Update dependencies versions. (#694)
Browse files Browse the repository at this point in the history
Co-authored-by: nihohit <[email protected]>
  • Loading branch information
shachlanAmazon and nihohit authored Dec 19, 2023
1 parent c9dff17 commit 825c97c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions babushka-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ directories = "5.0"
rsevents = "0.3.1"
socket2 = "^0.5"
tempfile = "3.3.0"
rstest = "^0.17"
rstest = "^0.18"
criterion = { version = "^0.5", features = ["html_reports", "async_tokio"] }
which = "4.4.0"
which = "5"
ctor = "0.2.2"
redis = { path = "../submodules/redis-rs/redis", features = ["tls-rustls-insecure"] }
iai-callgrind = "0.7"
iai-callgrind = "0.9"
tokio = { version = "1", features = ["rt-multi-thread"] }
once_cell = "1.18.0"

Expand Down
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name = "pybushka"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "^0.19", features = ["extension-module"] }
pyo3-asyncio = { version = "^0.19", features = ["tokio-runtime"] }
pyo3 = { version = "^0.20", features = ["extension-module"] }
pyo3-asyncio = { version = "^0.20", features = ["tokio-runtime"] }
redis = { path = "../submodules/redis-rs/redis", features = ["aio", "tokio-comp", "connection-manager","tokio-rustls-comp"] }
babushka = { path = "../babushka-core" }
tokio = { version = "^1", features = ["rt", "macros", "rt-multi-thread", "time"] }
Expand Down

0 comments on commit 825c97c

Please sign in to comment.