Skip to content

Commit

Permalink
Bump tokio from 1.32.0 to 1.33.0 (#254)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.33.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>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 909ca39 commit 6da5a25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = "1.0.96"
serenity = "0.11.5"
songbird = "0.3.2"
thiserror = "1.0.40"
tokio = { version = "1.28.1", features = [ "rt-multi-thread", "signal" ] }
tokio = { version = "1.33.0", features = [ "rt-multi-thread", "signal" ] }
toml = "0.8.2"
zalgo = { git = "https://github.com/adumbidiot/zalgo-rs" }

Expand Down
4 changes: 2 additions & 2 deletions lib/rss-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ quick-xml = { version = "0.30.0", features = [ "serialize" ] }
reqwest = { version = "0.11.22", default-features = false }
serde = { version = "1.0.188", features = ["derive"] }
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = [ "rt" ] }
tokio = { version = "1.33.0", features = [ "rt" ] }
url = { version = "2.4.1", features = ["serde"] }

[dev-dependencies]
tokio = { version = "1.32.0", features = [ "macros" ] }
tokio = { version = "1.33.0", features = [ "macros" ] }

[features]
default = [
Expand Down
4 changes: 2 additions & 2 deletions lib/twitter-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ reqwest_cookie_store = "0.5.0"
serde = { version = "1.0.163", features = [ "derive" ] }
serde_json = "1.0.96"
thiserror = "1.0.40"
tokio = "1.28.1"
tokio = "1.33.0"
url = "2.3.1"

[dev-dependencies]
tokio = { version = "1.28.1", features = [ "macros" ] }
tokio = { version = "1.33.0", features = [ "macros" ] }

[features]
default = ["reqwest/default-tls"]
Expand Down

0 comments on commit 6da5a25

Please sign in to comment.