-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the prod-dependencies group across 1 directory with 40 updates #266
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
base: main
Are you sure you want to change the base?
Conversation
|
Caution According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. It is recommended to resolve "Warn" alerts too. For more information please check in at #security-help. For License Policy Violations please also tag @Aoife in #security-help.
|
… 40 updates Bumps the prod-dependencies group with 40 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.55` | | [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` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `10.2.0` | `10.3.0` | | [minijinja](https://github.com/mitsuhiko/minijinja) | `2.3.1` | `2.15.1` | | [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` | | [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.46` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.49.0` | | [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [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.55 - [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.55) 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 `jsonwebtoken` from 10.2.0 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v10.2.0...v10.3.0) Updates `minijinja` from 2.3.1 to 2.15.1 - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@2.3.1...minijinja-go/v2.15.1) 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 `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.46 - [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.46) 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 `tonic` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.3) 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.55 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: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: minijinja dependency-version: 2.15.1 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: 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.46 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: tonic dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch 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>
95e2f00 to
dbb5bb8
Compare
|
This pull request leaves several dependencies pinned as wildcards ('*') in Cargo.toml (including jsonwebtoken, octocrab, tonic, and opentelemetry), which broadens the supply-chain attack surface and can pull breaking or malicious versions on updates — and since the crate is marked publish = true this is non‑compliant with crates.io rules and risky for release. It should replace wildcards with explicit version constraints and ensure lockfile or provenance controls are used to prevent unexpected upgrades.
Wildcard Dependencies in
|
| Vulnerability | Wildcard Dependencies |
|---|---|
| Description | The project uses wildcard versions ('*') for several dependencies in Cargo.toml, including critical ones like jsonwebtoken, octocrab, tonic, and opentelemetry. In Rust, using a wildcard version allows Cargo to pull any future version of a dependency, including major versions that may contain breaking changes or, more critically, malicious code if a crate is compromised. This significantly increases the supply chain attack surface. While a Cargo.lock file is present, it only mitigates the risk for existing builds; any cargo update or new installation (where a lock file isn't used) will pull the latest versions. Furthermore, wildcard dependencies are forbidden for packages published to crates.io, and since this project has publish = true, it is in a non-compliant and insecure state for its intended release cycle. |
Lines 43 to 46 in dbb5bb8
| jsonwebtoken = "*" | |
| lazy_static = "1.5.0" | |
| minijinja = { version = "2.15.1", features = ["loader"] } | |
| mockall = "0.14.0" |
All finding details can be found in the DryRun Security Dashboard.
Bumps the prod-dependencies group with 40 updates in the / directory:
1.0.981.0.1000.1.830.1.890.4.380.4.434.5.414.5.552.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.010.2.010.3.02.3.12.15.10.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.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.461.46.11.49.00.14.20.14.30.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.55Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
4c03930chore: Releasefb948a2docs: Update changelog0f60239Merge pull request #6057 from GilShoshan94/master83d4206test: Update fixture to cover all cases + stylingb13274dfix: Renamepvstodvsfor default valuesdf92ea0feat(help): Allow styling for inline context0e535e5chore(deps): Update compatible (dev) (#6054)de57287chore(deps): Update Rust Stable to v1.88 (#6048)5504a13Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrsc1c243cRevert "Cleanup docs.rs related issues"Updates
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.