-
Notifications
You must be signed in to change notification settings - Fork 5
Bump the prod-dependencies group across 1 directory with 39 updates #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/prod-dependencies-26a2433a94
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the prod-dependencies group with 39 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.100` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.89` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.54` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `3.1.1` | | [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) | `0.20.1` | `0.20.2` | | [directories](https://github.com/soc/directories-rs) | `5.0.1` | `6.0.0` | | [educe](https://github.com/magiclen/educe) | `0.5.11` | `0.6.0` | | [fake](https://github.com/cksac/fake-rs) | `2.10.0` | `4.4.0` | | gethostname | `0.4.3` | `1.1.0` | | [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.3` | | [human-panic](https://github.com/rust-cli/human-panic) | `2.0.2` | `2.0.6` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.23` | `0.4.25` | | [inquire](https://github.com/mikaelmello/inquire) | `0.6.2` | `0.9.2` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.30.0` | `0.33.0` | | [minijinja](https://github.com/mitsuhiko/minijinja) | `2.3.1` | `2.14.0` | | [mockall](https://github.com/asomers/mockall) | `0.12.1` | `0.14.0` | | [normpath](https://github.com/dylni/normpath) | `1.3.0` | `1.5.0` | | [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.2` | `0.2.3` | | [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.8.3` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.28` | | [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `1.2.0` | | [secrecy](https://github.com/iqlusioninc/crates) | `0.8.0` | `0.10.3` | | [sha256](https://github.com/baoyachi/sha256-rs) | `1.5.0` | `1.6.0` | | [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) | `3.1.0` | `3.1.1` | | [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) | `0.2.0` | `0.2.1` | | [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.2` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.12` | | [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.45` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.49.0` | | [tracing-appender](https://github.com/tokio-rs/tracing) | `0.2.3` | `0.2.4` | | [which](https://github.com/harryfei/which-rs) | `6.0.3` | `8.0.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.16` | `2.1.2` | | [assert_fs](https://github.com/assert-rs/assert_fs) | `1.1.2` | `1.1.3` | | [escargot](https://github.com/crate-ci/escargot) | `0.5.12` | `0.5.15` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.2` | `3.1.3` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.20.0` | `3.24.0` | Updates `anyhow` from 1.0.98 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.100) Updates `async-trait` from 0.1.83 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.89) Updates `chrono` from 0.4.38 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.43) Updates `clap` from 4.5.41 to 4.5.54 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.41...clap_complete-v4.5.54) Updates `colored` from 2.1.0 to 3.1.1 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.1.0...v3.1.1) Updates `derive_builder` from 0.20.1 to 0.20.2 - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases) - [Commits](colin-kiegel/rust-derive-builder@v0.20.1...v0.20.2) Updates `directories` from 5.0.1 to 6.0.0 - [Commits](https://github.com/soc/directories-rs/commits) Updates `educe` from 0.5.11 to 0.6.0 - [Commits](magiclen/educe@v0.5.11...v0.6.0) Updates `fake` from 2.10.0 to 4.4.0 - [Release notes](https://github.com/cksac/fake-rs/releases) - [Commits](https://github.com/cksac/fake-rs/commits/v4.4.0) Updates `gethostname` from 0.4.3 to 1.1.0 Updates `glob` from 0.3.1 to 0.3.3 - [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.3) Updates `human-panic` from 2.0.2 to 2.0.6 - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](rust-cli/human-panic@v2.0.2...v2.0.6) Updates `ignore` from 0.4.23 to 0.4.25 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.23...ignore-0.4.25) Updates `inquire` from 0.6.2 to 0.9.2 - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](mikaelmello/inquire@v0.6.2...v0.9.2) 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 `jsonschema` from 0.30.0 to 0.33.0 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.30.0...rust-v0.33.0) Updates `minijinja` from 2.3.1 to 2.14.0 - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@2.3.1...2.14.0) Updates `mockall` from 0.12.1 to 0.14.0 - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](asomers/mockall@v0.12.1...v0.14.0) Updates `normpath` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/dylni/normpath/releases) - [Commits](dylni/normpath@1.3.0...1.5.0) Updates `pathdiff` from 0.2.2 to 0.2.3 - [Commits](https://github.com/Manishearth/pathdiff/commits/v0.2.3) Updates `petgraph` from 0.6.5 to 0.8.3 - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.5...petgraph@v0.8.3) Updates `regex` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.1...1.12.2) Updates `reqwest` from 0.12.9 to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.28) Updates `schemars` from 0.8.21 to 1.2.0 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v1.2.0) Updates `secrecy` from 0.8.0 to 0.10.3 - [Commits](https://github.com/iqlusioninc/crates/commits) Updates `sha256` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/baoyachi/sha256-rs/releases) - [Commits](baoyachi/sha256-rs@1.5.0...1.6.0) Updates `shellexpand` from 3.1.0 to 3.1.1 - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.1.0...shellexpand-3.1.1) Updates `strip-ansi-escapes` from 0.2.0 to 0.2.1 - [Commits](https://github.com/luser/strip-ansi-escapes/commits) Updates `strum` from 0.26.3 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.2) Updates `thiserror` from 1.0.69 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) Updates `time` from 0.3.41 to 0.3.45 - [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.41...v0.3.45) Updates `tokio` from 1.46.1 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.49.0) Updates `tracing-appender` from 0.2.3 to 0.2.4 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.4) Updates `which` from 6.0.3 to 8.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.3...8.0.0) Updates `assert_cmd` from 2.0.16 to 2.1.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.16...v2.1.2) Updates `assert_fs` from 1.1.2 to 1.1.3 - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_fs@v1.1.2...v1.1.3) Updates `escargot` from 0.5.12 to 0.5.15 - [Changelog](https://github.com/crate-ci/escargot/blob/master/CHANGELOG.md) - [Commits](crate-ci/escargot@v0.5.12...v0.5.15) Updates `predicates` from 3.1.2 to 3.1.3 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.2...v3.1.3) Updates `tempfile` from 3.20.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.24.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: derive_builder dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: directories dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: educe dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: fake dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: gethostname dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: glob dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: human-panic dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: ignore dependency-version: 0.4.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: inquire dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: jsonschema dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: minijinja dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: mockall dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: normpath dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: pathdiff dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: petgraph dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: secrecy dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sha256 dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: shellexpand dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: strip-ansi-escapes dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: time dependency-version: 0.3.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: tracing-appender dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependencies - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: assert_fs dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: escargot dependency-version: 0.5.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: predicates dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the prod-dependencies group with 39 updates in the / directory:
1.0.981.0.1000.1.830.1.890.4.380.4.434.5.414.5.542.1.03.1.10.20.10.20.25.0.16.0.00.5.110.6.02.10.04.4.00.4.31.1.00.3.10.3.32.0.22.0.60.4.230.4.250.6.20.9.20.13.00.14.00.30.00.33.02.3.12.14.00.12.10.14.01.3.01.5.00.2.20.2.30.6.50.8.31.11.11.12.20.12.90.12.280.8.211.2.00.8.00.10.31.5.01.6.03.1.03.1.10.2.00.2.10.26.30.27.21.0.692.0.120.3.410.3.451.46.11.49.00.2.30.2.46.0.38.0.02.0.162.1.21.1.21.1.30.5.120.5.153.1.23.1.33.20.03.24.0Updates
anyhowfrom 1.0.98 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
async-traitfrom 0.1.83 to 0.1.89Release notes
Sourced from async-trait's releases.
Commits
a7e91e9Release 0.1.89fbcfcacMerge pull request 293 from Veykril/lw/quote_spannedfd93990Improve use of spans inquote_spanneda5093feAdd type-mismatch ui test6d12b44Revert "Pin nightly toolchain used for miri job"dd9e4baHide unused_variables warning in consider-restricting.rs ui testb454fc8Update ui test suite to nightly-2025-08-039c880e8Update ui test suite to nightly-2025-07-307ca751dIgnore unused_parens warning in test2bccfebUpdate ui test suite to nightly-2025-05-28Updates
chronofrom 0.4.38 to 0.4.43Release notes
Sourced from chrono's releases.
... (truncated)
Commits
45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)34b5f49chore: minor improvement for docs8c82711Bump actions/setup-node from 5 to 6ea1f11bDrop deny lints, eager Debug impls are a mixed blessing35f9f2dAdd feature gated defmt support.Updates
clapfrom 4.5.41 to 4.5.54Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
194c676chore: Release44838f6docs: Update changelog0f59d55Merge pull request #6027 from Alpha1337k/master3716f9fchore: Release613b69adocs: Update changelogd117f7aMerge pull request #6028 from epage/argcb8255dfeat(builder): Allow quoted id's for arg macroe2aa2f0Feat: Add catch-all on external subcommands for zshb9c0aeeFeat: Add external subcommands test to suite1036060Merge pull request #6025 from AldaronLau/typos-in-faqUpdates
coloredfrom 2.1.0 to 3.1.1Release notes
Sourced from colored's releases.
Changelog
Sourced from colored's changelog.
Commits
5204a263.1.149392a3Limit to 5 keywordsb7916853.1.09a83121Allow windows-sys 0.61 to be used (#218)192598dClean upColorizetraitec013aechore: minor improvement for docs (#212)5bc198bReplace 'ansi_term' dev-dependency with 'ansiterm' (#209)a21367dAllow windows-sys 0.60 to be used (#206)9450feaFix clippy warning (#207)68761c1README: use the latest v3.0 version for example (#204)Updates
derive_builderfrom 0.20.1 to 0.20.2Release notes
Sourced from derive_builder's releases.
Commits
fc18dd2Bump version to 0.20.2b809d0eadd documentation for private build method65c87d3Skip rustfmt for manually-written outputd2efc54Remove DeprecationNotes feature2418ab4Allow unquoted expressions in default = ...1203dfaFix compiletest error message5cca75aRemove last pretty_assertions dependencyfdc50aaRemove prettyassertions0a163afFix nightly clippy violationbe3795eBump darling version to fix clippy issueUpdates
directoriesfrom 5.0.1 to 6.0.0Commits
Updates
educefrom 0.5.11 to 0.6.0Commits
bc05181bump versionb867288Merge branch 'ijackson-leaking-bounds'3f98647Merge branch 'leaking-bounds' of github.com:ijackson/rust-educe into ijackson...47bd92fupdate docf962522bump version9e23e34Merge branch 'ijackson-all-bounds'b7567cbMerge branch 'all-bounds' of github.com:ijackson/rust-educe into ijackson-all...fca9263fix thebound_4test case inord_structe40c20eadd an empty line63114a8fix thebound_4test case inpartial_ord_structUpdates
fakefrom 2.10.0 to 4.4.0Release notes
Sourced from fake's releases.
Commits
Updates
gethostnamefrom 0.4.3 to 1.1.0Updates
globfrom 0.3.1 to 0.3.3Release notes
Sourced from glob's releases.
Changelog
Sourced from glob's changelog.
Commits
952da29chore: release v0.3.3 (#155)bfcd9a4Optimize memory allocations (#147)e78862dBump the MSRV to 1.63 (#172)97e5ee9Merge pull request #164 from jonboulle/patch-14da20e6Fix spelling in pattern documentation1cf0f30Fix version numbers and some formatting7a17f11Merge pull request #153 from tgross35/clippy-ci56619abRun clippy checks in CI51363faDisallow warnings in CI1649a9aApply remaining clippy suggestionsUpdates
human-panicfrom 2.0.2 to 2.0.6Changelog
Sourced from human-panic's changelog.
Commits
b6773e9chore: Release2d448b0docs: Update changeloga55bfbaMerge pull request #196 from epage/repo34e1a3dfeat: Report repository as fallback from homepagee9580d7Merge pull request #195 from epage/improve1dc3dbcrefactor: Remove deprecated API0addfffMerge pull request #193 from epage/msrvb49ee6echore: Update to 2024 Editionf0fadbbchore: Update dependencies5fa455eMerge pull request #192 from epage/templateUpdates
ignorefrom 0.4.23 to 0.4.25Commits
57c190dignore-0.4.2585edf4cignore: only stat.jjif we actually care2ea06d6grep-0.4.185006b0deps: bump to grep-printer 0.3.1423afb8grep-printer-0.3.14694800deps: bump to grep-searcher 0.1.1686e0ab1grep-searcher-0.1.167189950deps: bump to globset 0.4.180b0e013globset-0.4.18cac9870doc: update date in man page templateUpdates
inquirefrom 0.6.2 to 0.9.2Release notes
Sourced from inquire's releases.
... (truncated)
Changelog
Sourced from inquire's changelog.
... (truncated)
Commits
4fb68e6chore: release v0.9.2cc477eaUpdaete CHANGELOG0a5ebadExpose the sorting function used bySelect(#326)947d560Bump MSRV to 1.81 due to dep requirements (#327)d443a94Bump tj-actions/changed-files (#308)15ecb4bchore: update Cargo.toml to conditionally include dependencies for non-Window...358b054refactor: remove unused height method from TerminalSize structf90026afix: conditionally include tests for non-Windows platforms61d72bfchore: release v0.9.1d0921a1Enhance terminal size handling and fix panicking when terminal size is report...Updates
itertoolsfrom 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.