Skip to content

Commit

Permalink
Bump tokio from 1.33.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 8d32274 commit 746cac5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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 sauce-nao-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ reqwest = { version = "0.11.22", default-features = false }
sauce-nao = { path = "../sauce-nao" }
serde = { version = "1.0.190", features = [ "derive" ] }
serde_json = "1.0.108"
tokio = { version = "1.33.0", features = [ "rt-multi-thread" ] }
tokio = { version = "1.34.0", features = [ "rt-multi-thread" ] }
toml = "0.8.6"
4 changes: 2 additions & 2 deletions sauce-nao/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ reqwest = { version = "0.11.22", default-features = false, features = [ "json",
serde = { version = "1.0.190", features = [ "derive" ] }
serde_json = "1.0.108"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = [ "fs" ] }
tokio = { version = "1.34.0", features = [ "fs" ] }
tokio-util = { version = "0.7.10", features = ["codec"] }
url = { version = "2.4.1", features = [ "serde" ] }

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

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

0 comments on commit 746cac5

Please sign in to comment.