chore: Update dependencies
This commit is contained in:
parent
4eef0caae5
commit
8ec0ce9224
14 changed files with 823 additions and 465 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -11,12 +11,12 @@ edition = "2018"
|
|||
members = ["bin", "plugins", "service", "toolkit"]
|
||||
|
||||
[dependencies]
|
||||
const_format = "0.2.22"
|
||||
const_format = "0.2.30"
|
||||
dirs = "4.0.0"
|
||||
futures = "0.3.21"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
serde_with = "1.12.0"
|
||||
futures = "0.3.25"
|
||||
serde = { version = "1.0.147", features = ["derive"] }
|
||||
serde_json = "1.0.87"
|
||||
serde_with = "2.0.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
@ -24,9 +24,9 @@ panic = "abort"
|
|||
strip = true
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.17.0"
|
||||
version = "1.21.2"
|
||||
features = ["io-std", "io-util"]
|
||||
|
||||
[dependencies.tokio-stream]
|
||||
version = "0.1.8"
|
||||
version = "0.1.11"
|
||||
features = ["io-util"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue