Update cargo things
(wait for future fixes to implement features/deperations)
This commit is contained in:
parent
5948d4ada9
commit
6980cbbb17
1538
Cargo.lock
generated
1538
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
@ -1,24 +1,24 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ol_rusty"
|
name = "ol_rusty"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cached = "0.26"
|
cached = "0.38"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
config = "0.11"
|
config = "0.13"
|
||||||
futures = { version = "0.3.13", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
log = "0.4.14"
|
log = "0.4"
|
||||||
simplelog = "0.11.1"
|
simplelog = "0.11.1"
|
||||||
poise = { git = "https://github.com/kangalioo/poise", branch = "develop", features = ["collector"] }
|
poise = { version = "0.3", features = ["collector"] }
|
||||||
regex = {version="1"}
|
regex = {version="1"}
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "sqlite", "offline"] }
|
# sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "sqlite", "offline"] }
|
||||||
sea-orm = { version = "^0", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros" ], default-features = false }
|
# sea-orm = { version = "^0", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros" ], default-features = false }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
tokio = { version = "1.4.0", features = ["rt-multi-thread", "process"] }
|
tokio = { version = "1.14", features = ["rt-multi-thread", "process"] }
|
||||||
|
|
Loading…
Reference in a new issue