-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 9edab58
Bump the dependencies group across 1 directory with 12 updates (#225)
* Bump the dependencies group across 1 directory with 12 updates
Bumps the dependencies group with 12 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.88` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.1` |
| [convert_case](https://github.com/rutrum/convert-case) | `0.6.0` | `0.8.0` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.219` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.12` |
| [z85](https://github.com/decafbad/z85) | `3.0.5` | `3.0.6` |
| [assertables](https://github.com/sixarm/assertables-rust-crate) | `9.5.0` | `9.5.2` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.15.4` | `0.19.2` |
| [hex-literal](https://github.com/RustCrypto/utils) | `0.4.1` | `1.0.0` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` |
Updates `async-trait` from 0.1.86 to 0.1.88
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.86...0.1.88)
Updates `bytes` from 1.9.0 to 1.10.1
- [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.1)
Updates `convert_case` from 0.6.0 to 0.8.0
- [Commits](https://github.com/rutrum/convert-case/commits)
Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)
Updates `reqwest` from 0.12.12 to 0.12.15
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15)
Updates `serde` from 1.0.215 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.219)
Updates `thiserror` from 2.0.9 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.12)
Updates `z85` from 3.0.5 to 3.0.6
- [Commits](https://github.com/decafbad/z85/commits)
Updates `assertables` from 9.5.0 to 9.5.2
- [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md)
- [Commits](https://github.com/sixarm/assertables-rust-crate/commits)
Updates `cargo_metadata` from 0.15.4 to 0.19.2
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.15.4...0.19.2)
Updates `hex-literal` from 0.4.1 to 1.0.0
- [Commits](RustCrypto/utils@hex-literal-v0.4.1...hex-literal-v1.0.0)
Updates `proptest` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.5.0...v1.6.0)
---
updated-dependencies:
- dependency-name: async-trait
dependency-version: 0.1.88
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: bytes
dependency-version: 1.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: convert_case
dependency-version: 0.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: itertools
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: reqwest
dependency-version: 0.12.15
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: serde
dependency-version: 1.0.219
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: thiserror
dependency-version: 2.0.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: z85
dependency-version: 3.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: assertables
dependency-version: 9.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: cargo_metadata
dependency-version: 0.19.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: hex-literal
dependency-version: 1.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: proptest
dependency-version: 1.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fix convert_case
* Exclude cargo-metadata
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Colegrove <[email protected]>1 parent eb652fb commit 9edab58Copy full SHA for 9edab58
File tree
Expand file treeCollapse file tree
4 files changed
+162
-81
lines changedFilter options
- .github
- src/saas_shield
Expand file treeCollapse file tree
4 files changed
+162
-81
lines changedCollapse file: .github/dependabot.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
0 commit comments