Updated itertools and other deps, removed unnessesary versions from Cargo.toml

This commit is contained in:
2023-07-15 00:12:18 +03:00
parent 667f8b64fb
commit e311e33c6d
2 changed files with 112 additions and 90 deletions

View File

@@ -12,22 +12,22 @@ strip = true
members = [".", "migration", "entity", "cryptography"]
[dependencies]
anyhow = "1.0.71"
arrayvec = "0.7.2"
cryptography = { version = "0.1.0", path = "cryptography" }
dotenv = "0.15.0"
entity = { version = "0.1.0", path = "entity" }
futures = "0.3.28"
itertools = "0.10.5"
log = "0.4.17"
migration = { version = "0.2.0", path = "migration" }
parking_lot = "0.12.1"
pretty_env_logger = "0.5.0"
rustc-hash = "1.1.0"
sea-orm = { version = "0.11.3", features = ["sqlx-mysql", "runtime-tokio-rustls"] }
serde = "1.0.163"
serde_json = "1.0.96"
teloxide = { version = "0.12.2", features = ["macros", "ctrlc_handler", "rustls", "throttle"], default-features = false }
thiserror = "1.0.40"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
trim-in-place = "0.1.7"
anyhow = "1"
arrayvec = "0.7"
cryptography = { version = "0.1", path = "cryptography" }
dotenv = "0.15"
entity = { version = "0.1", path = "entity" }
futures = "0.3"
itertools = "0.11"
log = "0.4"
migration = { version = "0.2", path = "migration" }
parking_lot = "0.12"
pretty_env_logger = "0.5"
rustc-hash = "1"
sea-orm = { version = "0.11", features = ["sqlx-mysql", "runtime-tokio-rustls"] }
serde = "1"
serde_json = "1"
teloxide = { version = "0.12", features = ["macros", "ctrlc_handler", "rustls", "throttle"], default-features = false }
thiserror = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
trim-in-place = "0.1"