Merge pull request 'Update Rust crate tokio to 1.34.0' (#12) from renovate/tokio-1.x into master
Reviewed-on: #12
This commit is contained in:
commit
c5eb1b5eff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ chrono = "0.4.31"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
reqwest = "0.11.22"
|
||||
tokio = { version = "1.33.0", features=["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.34.0", features=["macros", "rt-multi-thread"] }
|
||||
futures = "0.3.29"
|
||||
serial_test = "2.0.0"
|
||||
num-traits = "0.2.17"
|
||||
|
|
Loading…
Reference in a new issue