-
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit 5faaee3
authored
Bump the crates-io group across 1 directory with 42 updates
Bumps the crates-io group with 41 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.97` |
| [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` |
| [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.26` | `0.1.30` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.0` | `0.19.2` |
| [cargo-options](https://github.com/messense/cargo-options) | `0.7.4` | `0.7.5` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.33` | `1.1.0` |
| [goblin](https://github.com/m4b/goblin) | `0.9.2` | `0.9.3` |
| [platform-info](https://github.com/uutils/platform-info) | `2.0.3` | `2.0.5` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.140` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.11.0` | `3.19.1` |
| [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.12` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.0.0` | `3.1.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.3` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.26` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.13.1` | `0.13.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.8.0` |
| [textwrap](https://github.com/mgeisler/textwrap) | `0.16.1` | `0.16.2` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.16` | `1.2.17` |
| [normpath](https://github.com/dylni/normpath) | `1.2.0` | `1.3.0` |
| [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.41` |
| [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) | `0.19.7` | `0.19.8` |
| [console](https://github.com/console-rs/console) | `0.15.8` | `0.15.11` |
| [minijinja](https://github.com/mitsuhiko/minijinja) | `2.5.0` | `2.9.0` |
| [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.0` | `2.0.1` |
| [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` |
| [ureq](https://github.com/algesten/ureq) | `2.11.0` | `2.12.1` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.12` | `0.2.14` |
| [rustls](https://github.com/rustls/rustls) | `0.23.19` | `0.23.23` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `2.1.3` | `2.2.0` |
| [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `0.8.22` |
| [expect-test](https://github.com/rust-analyzer/expect-test) | `1.5.0` | `1.5.1` |
| [fs4](https://github.com/al8n/fs4-rs) | `0.12.0` | `0.13.1` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` |
| [rstest](https://github.com/la10736/rstest) | `0.22.0` | `0.25.0` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.18` | `1.0.20` |
| [trycmd](https://github.com/assert-rs/snapbox) | `0.15.6` | `0.15.9` |
| [which](https://github.com/harryfei/which-rs) | `7.0.0` | `7.0.2` |
Updates `anyhow` from 1.0.89 to 1.0.97
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.97)
Updates `glob` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@0.3.1...v0.3.2)
Updates `cargo-config2` from 0.1.26 to 0.1.30
- [Release notes](https://github.com/taiki-e/cargo-config2/releases)
- [Changelog](https://github.com/taiki-e/cargo-config2/blob/main/CHANGELOG.md)
- [Commits](taiki-e/cargo-config2@v0.1.26...v0.1.30)
Updates `cargo_metadata` from 0.19.0 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.19.0...0.19.2)
Updates `cargo-options` from 0.7.4 to 0.7.5
- [Commits](messense/cargo-options@v0.7.4...v0.7.5)
Updates `flate2` from 1.0.33 to 1.1.0
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/1.1.0/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.33...1.1.0)
Updates `goblin` from 0.9.2 to 0.9.3
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/m4b/goblin/commits/0.9.3)
Updates `platform-info` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/uutils/platform-info/releases)
- [Commits](uutils/platform-info@2.0.3...2.0.5)
Updates `serde` from 1.0.217 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.219)
Updates `serde_json` from 1.0.135 to 1.0.140
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.140)
Updates `tar` from 0.4.43 to 0.4.44
- [Commits](alexcrichton/tar-rs@0.4.43...0.4.44)
Updates `tempfile` from 3.11.0 to 3.19.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.11.0...v3.19.1)
Updates `toml` from 0.8.19 to 0.8.20
- [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20)
Updates `toml_edit` from 0.22.22 to 0.22.24
- [Commits](toml-rs/toml@v0.22.22...v0.22.24)
Updates `thiserror` from 2.0.3 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.12)
Updates `fs-err` from 3.0.0 to 3.1.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.0.0...3.1.0)
Updates `once_cell` from 1.20.2 to 1.21.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.21.3)
Updates `semver` from 1.0.23 to 1.0.26
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.26)
Updates `target-lexicon` from 0.13.1 to 0.13.2
- [Commits](bytecodealliance/target-lexicon@v0.13.1...v0.13.2)
Updates `indexmap` from 2.6.0 to 2.8.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.6.0...2.8.0)
Updates `textwrap` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.16.1...0.16.2)
Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)
Updates `cc` from 1.2.16 to 1.2.17
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.16...cc-v1.2.17)
Updates `normpath` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/dylni/normpath/releases)
- [Commits](dylni/normpath@1.2.0...1.3.0)
Updates `time` from 0.3.36 to 0.3.41
- [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.41)
Updates `cargo-zigbuild` from 0.19.7 to 0.19.8
- [Release notes](https://github.com/rust-cross/cargo-zigbuild/releases)
- [Commits](rust-cross/cargo-zigbuild@v0.19.7...v0.19.8)
Updates `console` from 0.15.8 to 0.15.11
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.8...0.15.11)
Updates `minijinja` from 2.5.0 to 2.9.0
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.5.0...2.9.0)
Updates `bytesize` from 1.3.0 to 2.0.1
- [Release notes](https://github.com/bytesize-rs/bytesize/releases)
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
- [Commits](bytesize-rs/bytesize@v1.3.0...bytesize-v2.0.1)
Updates `dirs` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)
Updates `ureq` from 2.11.0 to 2.12.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.11.0...2.12.1)
Updates `native-tls` from 0.2.12 to 0.2.14
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](sfackler/rust-native-tls@v0.2.12...v0.2.14)
Updates `rustls` from 0.23.19 to 0.23.23
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.19...v/0.23.23)
Updates `rustls-pemfile` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.1.3...v/2.2.0)
Updates `schemars` from 0.8.21 to 0.8.22
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.21...v0.8.22)
Updates `expect-test` from 1.5.0 to 1.5.1
- [Changelog](https://github.com/rust-analyzer/expect-test/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/expect-test@v1.5.0...v1.5.1)
Updates `fs4` from 0.12.0 to 0.13.1
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Changelog](https://github.com/al8n/fs4-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/al8n/fs4-rs/commits)
Updates `indoc` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.5...2.0.6)
Updates `rstest` from 0.22.0 to 0.25.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.22.0...v0.25.0)
Updates `rustversion` from 1.0.18 to 1.0.20
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.18...1.0.20)
Updates `trycmd` from 0.15.6 to 0.15.9
- [Commits](assert-rs/snapbox@trycmd-v0.15.6...trycmd-v0.15.9)
Updates `which` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.0...7.0.2)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: cargo-config2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: cargo_metadata
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: cargo-options
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: flate2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: goblin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: platform-info
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: tar
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: toml_edit
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: fs-err
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: target-lexicon
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: textwrap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: cc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: normpath
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: cargo-zigbuild
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: console
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: minijinja
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: bytesize
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: crates-io
- dependency-name: dirs
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: crates-io
- dependency-name: ureq
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: native-tls
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: rustls
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: rustls-pemfile
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: schemars
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: expect-test
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: fs4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: indoc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: rstest
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates-io
- dependency-name: rustversion
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: trycmd
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates-io
...
Signed-off-by: dependabot[bot] <[email protected]>1 parent 4538902 commit 5faaee3Copy full SHA for 5faaee3
File tree
Expand file treeCollapse file tree
2 files changed
+324
-297
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+324
-297
lines changed
0 commit comments