Skip to content

Commit a16f873

Browse files
Bump the default group across 1 directory with 11 updates
Bumps the default group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.18` | `0.4.20` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | | [prost](https://github.com/tokio-rs/prost) | `0.13.4` | `0.13.5` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [prost-build](https://github.com/tokio-rs/prost) | `0.13.4` | `0.13.5` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` | | [scraper](https://github.com/causal-agent/scraper) | `0.22.0` | `0.23.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.139` | Updates `async-compression` from 0.4.18 to 0.4.20 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md) - [Commits](Nullus157/async-compression@v0.4.18...v0.4.20) Updates `bytes` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.9.0...v1.10.0) Updates `prost` from 0.13.4 to 0.13.5 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.4...v0.13.5) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@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](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `anyhow` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.96) Updates `prost-build` from 0.13.4 to 0.13.5 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.4...v0.13.5) Updates `once_cell` from 1.20.2 to 1.20.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.20.3) Updates `scraper` from 0.22.0 to 0.23.1 - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](rust-scraper/scraper@v0.22.0...v0.23.1) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `serde_json` from 1.0.134 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.139) --- updated-dependencies: - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - 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: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: prost-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: scraper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch 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] <[email protected]>
1 parent 219610d commit a16f873

File tree

5 files changed

+54
-54
lines changed

5 files changed

+54
-54
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/borderlands-launcher/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ name = "generate-protobuf-files"
99
required-features = [ "generate-protobuf-files" ]
1010

1111
[dependencies]
12-
async-compression = { version = "0.4.18", features = [ "tokio", "gzip" ], default-features = false }
13-
bytes = { version = "1.9.0", default-features = false }
12+
async-compression = { version = "0.4.20", features = [ "tokio", "gzip" ], default-features = false }
13+
bytes = { version = "1.10.0", default-features = false }
1414
futures-util = { version = "0.3.31", default-features = false }
15-
prost = "0.13.4"
15+
prost = "0.13.5"
1616
reqwest = { version = "0.12.12", features = [ "gzip", "deflate", "stream" ], default-features = false }
17-
thiserror = "2.0.9"
18-
tokio = { version = "1.42.0", default-features = false }
17+
thiserror = "2.0.11"
18+
tokio = { version = "1.43.0", default-features = false }
1919
tokio-util = { version = "0.7.13", features = [ "io" ], default-features = false }
2020

2121
# Optional
22-
anyhow = { version = "1.0.95", optional = true }
23-
prost-build = { version = "0.13.4", optional = true }
22+
anyhow = { version = "1.0.96", optional = true }
23+
prost-build = { version = "0.13.5", optional = true }
2424

2525
[dev-dependencies]
26-
tokio = { version = "1.42.0", features = ["macros"] }
26+
tokio = { version = "1.43.0", features = ["macros"] }
2727

2828
[features]
2929
default = ["rustls-tls"]

lib/shift-orcz/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
once_cell = "1.20.2"
8+
once_cell = "1.20.3"
99
regex = "1.11.1"
1010
reqwest = { version = "0.12.12", default-features = false }
11-
scraper = { version = "0.22.0", default-features = false }
12-
thiserror = "2.0.9"
11+
scraper = { version = "0.23.1", default-features = false }
12+
thiserror = "2.0.11"
1313
time = { version = "0.3.37", features = [ "parsing", "macros" ] }
14-
tokio = { version = "1.42.0", features = [ "rt" ] }
14+
tokio = { version = "1.43.0", features = [ "rt" ] }
1515

1616
[dev-dependencies]
17-
tokio = { version = "1.42.0", features = [ "macros" ] }
17+
tokio = { version = "1.43.0", features = [ "macros" ] }
1818

1919
[features]
2020
default = ["reqwest/rustls-tls"]

shift-client-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name = "shift-client"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
anyhow = "1.0.95"
12+
anyhow = "1.0.96"
1313
reqwest = { version = "0.12.12", default-features = false }
1414
shift-client = { version = "0.0.0", path = "../shift-client" }
1515
shift-orcz = { version = "0.0.0", path = "../lib/shift-orcz" }
16-
tokio = { version = "1.42.0", features = [ "time", "rt-multi-thread" ] }
16+
tokio = { version = "1.43.0", features = [ "time", "rt-multi-thread" ] }

shift-client/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
once_cell = "1.20.2"
8+
once_cell = "1.20.3"
99
reqwest = { version = "0.12.12", default-features = false, features = [ "cookies", "json" ] }
10-
scraper = { version = "0.22.0", default-features = false }
11-
serde = { version = "1.0.217", features = [ "derive" ] }
12-
serde_json = "1.0.134"
13-
thiserror = "2.0.9"
14-
tokio = { version = "1.42.0", features = [ "time" ] }
10+
scraper = { version = "0.23.1", default-features = false }
11+
serde = { version = "1.0.218", features = [ "derive" ] }
12+
serde_json = "1.0.139"
13+
thiserror = "2.0.11"
14+
tokio = { version = "1.43.0", features = [ "time" ] }
1515

1616
[dev-dependencies]
17-
tokio = { version = "1.42.0", features = [ "macros" ] }
17+
tokio = { version = "1.43.0", features = [ "macros" ] }
1818

1919
[features]
2020
default = [ "reqwest/rustls-tls" ]

0 commit comments

Comments
 (0)