diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 15:33:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-03 15:33:32 +0000 |
| commit | 4db8e05f9f8ee7a3066be21c1dd93be7a44c82fd (patch) | |
| tree | 094df8a24142fa4e1697b03c6740137f2a058b3a /Cargo.toml | |
| parent | f14e1383656d65ad1b78e99652ff763e9f93c769 (diff) | |
crates: bump tokio from 1.37.0 to 1.38.0 (#192)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [ ] } serde = "1.0.203" serde_json = "1.0.117" -tokio = { version = "1.37.0", features = [ +tokio = { version = "1.38.0", features = [ "macros", "rt-multi-thread", "signal", |
