upgrade dependencies
This commit is contained in:
parent
d97c3dfb08
commit
f2f48a6243
1 changed files with 8 additions and 8 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -7,13 +7,13 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.8.2"
|
||||
env_logger = "0.9.0"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.11"
|
||||
once_cell = "1.5.2"
|
||||
reqwest = "0.11.3"
|
||||
serde = { version = "1.0.117", features = ["derive"] }
|
||||
serde_json = "1.0.60"
|
||||
log = "0.4.14"
|
||||
once_cell = "1.9.0"
|
||||
reqwest = "0.11.8"
|
||||
serde = { version = "1.0.132", features = ["derive"] }
|
||||
serde_json = "1.0.73"
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.7.0", features = ["macros", "fs", "rt-multi-thread"] }
|
||||
url = "2.2.0"
|
||||
tokio = { version = "1.15.0", features = ["macros", "fs", "rt-multi-thread"] }
|
||||
url = "2.2.2"
|
||||
|
|
Loading…
Reference in a new issue