Bump tokio from 1.23.1 to 1.24.1 (#245)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.1...tokio-1.24.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-09 15:39:46 -05:00
committed by GitHub
parent 530ef607ab
commit de5ae73964
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ sendgrid = { version = "0.18.1", default-features = false, features = ["rustls",
serde_derive = "1.0.112"
serde = "1.0.152"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
tokio = { version = "1.23", features = ["full"] }
tokio = { version = "1.24", features = ["full"] }
serde_json = "1.0.91"
log = "0.4"
pretty_env_logger = "0.4.0"