diff options
| author | Renovate Bot <[email protected]> | 2021-08-24 17:19:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-24 17:19:38 +0000 |
| commit | 93d944b5227516a8fbaca1e1edc713c7289c1f02 (patch) | |
| tree | d46f28035e59f996b3a41805f367ca589115cf3d /crates/whirl_api/Cargo.toml | |
| parent | Merge pull request #75 from Whirlsplash/renovate/serde_derive-1.x (diff) | |
| download | whirl-93d944b5227516a8fbaca1e1edc713c7289c1f02.tar.xz whirl-93d944b5227516a8fbaca1e1edc713c7289c1f02.zip | |
fix(deps): update rust crate tokio to 1.10.1
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 2001767..fec405b 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -22,7 +22,7 @@ hyper = "0.14.11" # Utility sysinfo = "0.20.1" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.10.0", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } num-traits = "0.2.14" qstring = "0.7.2" |