-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 27fbdae
Bump the default group across 1 directory with 12 updates (#378)
* Bump the default group across 1 directory with 12 updates
Bumps the default group with 12 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.17` | `0.4.18` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.3` | `0.13.4` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.0` | `2.0.9` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` |
| [prost-build](https://github.com/tokio-rs/prost) | `0.13.3` | `0.13.4` |
| [scraper](https://github.com/causal-agent/scraper) | `0.21.0` | `0.22.0` |
| [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.216` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` |
Updates `async-compression` from 0.4.17 to 0.4.18
- [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.17...v0.4.18)
Updates `bytes` from 1.8.0 to 1.9.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.8.0...v1.9.0)
Updates `prost` from 0.13.3 to 0.13.4
- [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.3...v0.13.4)
Updates `thiserror` from 2.0.0 to 2.0.9
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.0...2.0.9)
Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)
Updates `tokio-util` from 0.7.12 to 0.7.13
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13)
Updates `anyhow` from 1.0.93 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.95)
Updates `prost-build` from 0.13.3 to 0.13.4
- [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.3...v0.13.4)
Updates `scraper` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/causal-agent/scraper/releases)
- [Commits](rust-scraper/scraper@v0.21.0...v0.22.0)
Updates `time` from 0.3.36 to 0.3.37
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.36...v0.3.37)
Updates `serde` from 1.0.214 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.216)
Updates `serde_json` from 1.0.132 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.134)
---
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: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
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: scraper
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: default
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
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]>
* Fix deny
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Daniel <[email protected]>1 parent ed7b905 commit 27fbdaeCopy full SHA for 27fbdae
File tree
Expand file treeCollapse file tree
6 files changed
+211
-258
lines changedOpen diff view settings
Filter options
- lib
- borderlands-launcher
- shift-orcz
- shift-client-cli
- shift-client
Expand file treeCollapse file tree
6 files changed
+211
-258
lines changedOpen diff view settings
0 commit comments