Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent f75560a commit fc28878
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 28 deletions.
32 changes: 11 additions & 21 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.38.0", default-features = false }
tokio = { version = "1.39.2", 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.38.0", features = ["macros"] }
tokio = { version = "1.39.2", 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.19.1", default-features = false }
thiserror = "1.0.63"
time = { version = "0.3.36", features = [ "parsing", "macros" ] }
tokio = { version = "1.38.0", features = [ "rt" ] }
tokio = { version = "1.39.2", features = [ "rt" ] }

[dev-dependencies]
tokio = { version = "1.38.0", features = [ "macros" ] }
tokio = { version = "1.39.2", 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.38.0", features = [ "time", "rt-multi-thread" ] }
tokio = { version = "1.39.2", 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.19.1", default-features = false }
serde = { version = "1.0.204", features = [ "derive" ] }
serde_json = "1.0.121"
thiserror = "1.0.63"
tokio = { version = "1.38.0", features = [ "time" ] }
tokio = { version = "1.39.2", features = [ "time" ] }

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

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

0 comments on commit fc28878

Please sign in to comment.