diff options
author | dependabot[bot] | 2023-10-10 09:47:04 +0000 |
---|---|---|
committer | GitHub | 2023-10-10 09:47:04 +0000 |
commit | ca0382b75bc70f3122bfcef5abdc90229182d3b5 (patch) | |
tree | a159cd886a0c73b6a60140daaa3006b9238ba89b /Cargo.lock | |
parent | e0d5b79a73b2faf807b934fbb145d003df575b84 (diff) |
build(deps): bump tokio from 1.32.0 to 1.33.0 (#8501)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2407,9 +2407,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", |