Skip to content

Commit

Permalink
Bump tokio from 1.39.2 to 1.40.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.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 Sep 3, 2024
1 parent f881664 commit e65b2ce
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions lib/borderlands-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ futures-util = { version = "0.3.30", default-features = false }
prost = "0.13.1"
reqwest = { version = "0.12.5", features = [ "gzip", "deflate", "stream" ], default-features = false }
thiserror = "1.0.63"
tokio = { version = "1.39.2", default-features = false }
tokio = { version = "1.40.0", default-features = false }
tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false }

# Optional
anyhow = { version = "1.0.86", optional = true }
prost-build = { version = "0.13.1", optional = true }

[dev-dependencies]
tokio = { version = "1.39.2", features = ["macros"] }
tokio = { version = "1.40.0", features = ["macros"] }

[features]
default = ["rustls-tls"]
Expand Down
4 changes: 2 additions & 2 deletions lib/shift-orcz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ reqwest = { version = "0.12.5", default-features = false }
scraper = { version = "0.20.0", default-features = false }
thiserror = "1.0.63"
time = { version = "0.3.36", features = [ "parsing", "macros" ] }
tokio = { version = "1.39.2", features = [ "rt" ] }
tokio = { version = "1.40.0", features = [ "rt" ] }

[dev-dependencies]
tokio = { version = "1.39.2", features = [ "macros" ] }
tokio = { version = "1.40.0", features = [ "macros" ] }

[features]
default = ["reqwest/rustls-tls"]
Expand Down
2 changes: 1 addition & 1 deletion shift-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ anyhow = "1.0.86"
reqwest = { version = "0.12.5", default-features = false }
shift-client = { version = "0.0.0", path = "../shift-client" }
shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" }
tokio = { version = "1.39.2", features = [ "time", "rt-multi-thread" ] }
tokio = { version = "1.40.0", features = [ "time", "rt-multi-thread" ] }
4 changes: 2 additions & 2 deletions shift-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ scraper = { version = "0.20.0", default-features = false }
serde = { version = "1.0.209", features = [ "derive" ] }
serde_json = "1.0.127"
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = [ "time" ] }
tokio = { version = "1.40.0", features = [ "time" ] }

[dev-dependencies]
tokio = { version = "1.39.2", features = [ "macros" ] }
tokio = { version = "1.40.0", features = [ "macros" ] }

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

0 comments on commit e65b2ce

Please sign in to comment.