From 6784665a92dba0151da9bfbfacb82c09a6391107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:09:48 +0000 Subject: [PATCH] Bump the default group with 3 updates Bumps the default group with 3 updates: [thiserror](https://github.com/dtolnay/thiserror), [tokio](https://github.com/tokio-rs/tokio) and [serde_json](https://github.com/serde-rs/json). Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0) Updates `serde_json` from 1.0.134 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.138) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- lib/borderlands-launcher/Cargo.toml | 6 +++--- lib/shift-orcz/Cargo.toml | 6 +++--- shift-client-cli/Cargo.toml | 2 +- shift-client/Cargo.toml | 8 ++++---- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c138370..0ce5d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1546,9 +1546,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", @@ -1752,18 +1752,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -1828,9 +1828,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -1844,9 +1844,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/lib/borderlands-launcher/Cargo.toml b/lib/borderlands-launcher/Cargo.toml index 9defb18..a4286e5 100644 --- a/lib/borderlands-launcher/Cargo.toml +++ b/lib/borderlands-launcher/Cargo.toml @@ -14,8 +14,8 @@ bytes = { version = "1.9.0", default-features = false } futures-util = { version = "0.3.31", default-features = false } prost = "0.13.4" reqwest = { version = "0.12.12", features = [ "gzip", "deflate", "stream" ], default-features = false } -thiserror = "2.0.9" -tokio = { version = "1.42.0", default-features = false } +thiserror = "2.0.11" +tokio = { version = "1.43.0", default-features = false } tokio-util = { version = "0.7.13", features = [ "io" ], default-features = false } # Optional @@ -23,7 +23,7 @@ anyhow = { version = "1.0.95", optional = true } prost-build = { version = "0.13.4", optional = true } [dev-dependencies] -tokio = { version = "1.42.0", features = ["macros"] } +tokio = { version = "1.43.0", features = ["macros"] } [features] default = ["rustls-tls"] diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index cf8d411..ab608a8 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -9,12 +9,12 @@ once_cell = "1.20.2" regex = "1.11.1" reqwest = { version = "0.12.12", default-features = false } scraper = { version = "0.22.0", default-features = false } -thiserror = "2.0.9" +thiserror = "2.0.11" time = { version = "0.3.37", features = [ "parsing", "macros" ] } -tokio = { version = "1.42.0", features = [ "rt" ] } +tokio = { version = "1.43.0", features = [ "rt" ] } [dev-dependencies] -tokio = { version = "1.42.0", features = [ "macros" ] } +tokio = { version = "1.43.0", features = [ "macros" ] } [features] default = ["reqwest/rustls-tls"] diff --git a/shift-client-cli/Cargo.toml b/shift-client-cli/Cargo.toml index 5e3635f..59c259c 100644 --- a/shift-client-cli/Cargo.toml +++ b/shift-client-cli/Cargo.toml @@ -13,4 +13,4 @@ anyhow = "1.0.95" reqwest = { version = "0.12.12", 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.42.0", features = [ "time", "rt-multi-thread" ] } +tokio = { version = "1.43.0", features = [ "time", "rt-multi-thread" ] } diff --git a/shift-client/Cargo.toml b/shift-client/Cargo.toml index c31a711..79ec3a9 100644 --- a/shift-client/Cargo.toml +++ b/shift-client/Cargo.toml @@ -9,12 +9,12 @@ once_cell = "1.20.2" reqwest = { version = "0.12.12", default-features = false, features = [ "cookies", "json" ] } scraper = { version = "0.22.0", default-features = false } serde = { version = "1.0.217", features = [ "derive" ] } -serde_json = "1.0.134" -thiserror = "2.0.9" -tokio = { version = "1.42.0", features = [ "time" ] } +serde_json = "1.0.138" +thiserror = "2.0.11" +tokio = { version = "1.43.0", features = [ "time" ] } [dev-dependencies] -tokio = { version = "1.42.0", features = [ "macros" ] } +tokio = { version = "1.43.0", features = [ "macros" ] } [features] default = [ "reqwest/rustls-tls" ]