upgrade after revert
This commit is contained in:
parent
fb62243c3e
commit
99d095bc33
@ -11,4 +11,4 @@ anyhow = "1.0.68"
|
||||
hashbrown = "0.13.1"
|
||||
log = "0.4.17"
|
||||
moka = { version = "0.9.6", default-features = false, features = ["future"] }
|
||||
tokio = "1.23.1"
|
||||
tokio = "1.24.1"
|
||||
|
@ -9,7 +9,7 @@ name = "migration"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.23.1", features = ["full", "tracing"] }
|
||||
tokio = { version = "1.24.1", features = ["full", "tracing"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.10.6"
|
||||
|
@ -7,4 +7,4 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
deadpool-redis = { version = "0.11.1", features = ["rt_tokio_1", "serde"] }
|
||||
tokio = "1.23.1"
|
||||
tokio = "1.24.1"
|
||||
|
@ -60,7 +60,7 @@ serde_json = { version = "1.0.91", default-features = false, features = ["alloc"
|
||||
serde_prometheus = "0.1.6"
|
||||
# TODO: make sure this time version matches siwe. PR to put this in their prelude
|
||||
time = "0.3.17"
|
||||
tokio = { version = "1.23.1", features = ["full"] }
|
||||
tokio = { version = "1.24.1", features = ["full"] }
|
||||
# TODO: make sure this uuid version matches sea-orm. PR to put this in their prelude
|
||||
tokio-stream = { version = "0.1.11", features = ["sync"] }
|
||||
toml = "0.5.10"
|
||||
@ -70,4 +70,4 @@ ulid = { version = "1.0.0", features = ["serde"] }
|
||||
url = "2.3.1"
|
||||
uuid = "1.2.2"
|
||||
itertools = "0.10.5"
|
||||
glob = "0.3.0"
|
||||
glob = "0.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user