Skip to content

Commit

Permalink
Bump tokio from 1.32.0 to 1.33.0 (#171)
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 Nov 2, 2023
1 parent 8804450 commit cc2ac80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 deviantart-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ deviantart = { path = "../deviantart" }
directories-next = "2.0.0"
nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", features = [ "download-to-path" ] }
toml = { version = "0.8.1", features = [ "preserve_order" ] }
tokio = { version = "1.32.0", features = [ "rt-multi-thread", "fs" ] }
tokio = { version = "1.33.0", features = [ "rt-multi-thread", "fs" ] }
serde = { version = "1.0.188", features = [ "derive" ] }
4 changes: 2 additions & 2 deletions deviantart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ reqwest_cookie_store = "0.6.0"
serde = { version = "1.0.188", features = [ "derive" ] }
serde_json = "1.0.107"
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", "fs" ] }
tokio = { version = "1.33.0", features = [ "macros", "fs" ] }

[features]
default = [ "rustls-tls" ]
Expand Down

0 comments on commit cc2ac80

Please sign in to comment.