-
-
Notifications
You must be signed in to change notification settings - Fork 11
Bump the dependencies group across 1 directory with 20 updates #203
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
Closed
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 dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.100` | | [base16ct](https://github.com/RustCrypto/formats) | `0.2.0` | `0.3.0` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.1` | `0.21.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.42` | | [clap](https://github.com/clap-rs/clap) | `4.5.32` | `4.5.50` | | [directories](https://github.com/soc/directories-rs) | `5.0.1` | `6.0.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.7` | `0.11.8` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.0` | `1.1.4` | | [git2](https://github.com/rust-lang/git2-rs) | `0.19.0` | `0.20.2` | | [goblin](https://github.com/m4b/goblin) | `0.9.3` | `0.10.3` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` | | [oci-spec](https://github.com/youki-dev/oci-spec-rs) | `0.7.1` | `0.8.3` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.145` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.19.1` | `3.23.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.9.8` | | [ureq](https://github.com/algesten/ureq) | `2.12.1` | `3.1.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.18.1` | Updates `anyhow` from 1.0.97 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.100) Updates `base16ct` from 0.2.0 to 0.3.0 - [Commits](RustCrypto/formats@base16ct/v0.2.0...base16ct/v0.3.0) Updates `cargo_metadata` from 0.18.1 to 0.21.0 - [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.18.1...0.21.0) Updates `chrono` from 0.4.40 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.42) Updates `clap` from 4.5.32 to 4.5.50 - [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.32...clap_complete-v4.5.50) Updates `directories` from 5.0.1 to 6.0.0 - [Commits](https://github.com/soc/directories-rs/commits) Updates `env_logger` from 0.11.7 to 0.11.8 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.7...v0.11.8) Updates `flate2` from 1.1.0 to 1.1.4 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.0...1.1.4) Updates `git2` from 0.19.0 to 0.20.2 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.19.0...git2-0.20.2) Updates `goblin` from 0.9.3 to 0.10.3 - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `oci-spec` from 0.7.1 to 0.8.3 - [Release notes](https://github.com/youki-dev/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](youki-dev/oci-spec-rs@v0.7.1...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 `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `serde_json` from 1.0.140 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.145) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `tempfile` from 3.19.1 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.23.0) Updates `toml` from 0.8.20 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.9.8) Updates `ureq` from 2.12.1 to 3.1.2 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.12.1...3.1.2) Updates `uuid` from 1.16.0 to 1.18.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.18.1) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: base16ct dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cargo_metadata dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: directories dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: flate2 dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: git2 dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: goblin dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: oci-spec dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ureq dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 dependencies group with 19 updates in the / directory:
1.0.971.0.1000.2.00.3.00.18.10.21.00.4.400.4.424.5.324.5.505.0.16.0.00.11.70.11.81.1.01.1.40.19.00.20.20.9.30.10.30.4.270.4.280.7.10.8.31.11.11.12.21.0.1401.0.1450.10.80.10.93.19.13.23.00.8.200.9.82.12.13.1.21.16.01.18.1Updates
anyhowfrom 1.0.97 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
base16ctfrom 0.2.0 to 0.3.0Commits
09dd7d7base16ct v0.3.0 (#2005)1b0cee8base16ct: removestdfeature (#2004)be18550chore(deps): bump the all-deps group with 4 updates (#2001)3db5969chore(deps): bump crate-ci/typos from 1.35.3 to 1.35.4 (#2000)d2cc2afAdd info about new MSRV policy to crates we can imminently release (#2002)022fe82chore(deps): bump crate-ci/typos from 1.34.0 to 1.35.3 (#1993)e2668fbchore(deps): bump the all-deps group with 5 updates (#1994)36cc7b3chore(deps): bump actions/checkout from 4 to 5 (#1995)809b1a2cms: propagate std feature to x509-cert (#1990)8c60e19chore(deps): bump rstest from 0.25.0 to 0.26.0 (#1988)Updates
cargo_metadatafrom 0.18.1 to 0.21.0Commits
70018a8Update main.yml523cfbebump msrvb1a61d3bump version0f300d5Merge pull request #295 from smoelius/update-cargo-util-schemas4b28226Merge pull request #300 from joeferner/fix-node-dep-namebcd2373fix clippy errors73aaebbfixes "package name cannot be empty" under "resolve/nodes/deps/name"f9a67c2Merge pull request #298 from kornelski/result289e117Make Result alias wildcard-import-proofa9147a6Merge pull request #297 from ranger-ross/build-dir-unstable-supportUpdates
chronofrom 0.4.40 to 0.4.42Release notes
Sourced from chrono's releases.
Commits
f3fd15fBump version to 0.4.425cf5603strftime: add regression test casea623170strftime: simplify error handling36fbfb1strftime: move specifier handling out of match to reduce rightward drift7f413c3strftime: yield None early9d5dfe1strftime: outline constantse5f6be7strftime: move error() method below callerd516c27strftime: merge impl blocks0ee2172strftime: re-order items to keep impls together757a8b0Upgrade to windows-bindgen 0.63Updates
clapfrom 4.5.32 to 4.5.50Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
d8acd47chore: Release7c2b8d9docs: Update changeloge69a2eaMerge pull request #5987 from mernen/fix-bash-comp-words-loope03cc2eMerge pull request #5988 from cordx56/fix-builder-custom-version-docs5ab2579fix: Minor fix for builder docs about version2f66432fix(complete): Only parse arguments before current4d9d210test(complete): Illustrate current behavior in Bash6abe2f8chore: Released5c7454docs: Update changelog5b2e960Merge pull request #5985 from mernen/bash-curUpdates
directoriesfrom 5.0.1 to 6.0.0Commits
Updates
env_loggerfrom 0.11.7 to 0.11.8Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
f0443b2chore: Released8b5e1edocs: Update changelog3ca671fMerge pull request #360 from epage/formatbc02d61feat(fmt): Expose ConfigurableFormatc567fderefactor(fmt): Pull out format logicce25c73refactor(fmt): Make DefaultFormats name more specific739ebb1refactor(fmt): Pull out logger's builder methods3acb571refactor(fmt): Delegate formatting to DefaultFormate351bcbrefactor(fmt): Reduce duplication in DefaultFormatWriter3c9e6ffMerge pull request #359 from epage/kvUpdates
flate2from 1.1.0 to 1.1.4Release notes
Sourced from flate2's releases.
Commits
ac412e9Merge pull request #506 from NobodyXu/patch-1bf0315bRelease flste2 1.1.4350de28Merge pull request #505 from NobodyXu/patch-129552c7Fix docs.rs build3be6590Merge pull request #504 from Byron/release7ad1badbump the patch level for a new release3cae7daMerge pull request #502 from NobodyXu/patch-1ee3d877Add(de)compress_uninitimpl for uninit bufferb9afa93Merge pull request #503 from jongiddy/update-cloudflare-zlibcfd60beUpdate cloudflare-zlib-sys crateUpdates
git2from 0.19.0 to 0.20.2Changelog
Sourced from git2's changelog.
... (truncated)
Commits
1fb5f64Merge pull request #1161 from ehuss/bump-version26bfd30Update version of git2 to 0.20.2eef4592Merge pull request #1160 from ehuss/indexer-init7f42b7aClarify Indexer::newpathparameter1774e57Call init in Indexer::new5bc3baaMerge pull request #1155 from reddevilmidzy/masterba5e1b3Make link an intra-doc link38681b1fix: add a backtickb82f801Merge pull request #1153 from alyssais/raw_code00faf61Add missing code checks to Error::raw_code()Updates
goblinfrom 0.9.3 to 0.10.3Changelog
Sourced from goblin's changelog.
... (truncated)
Commits
Updates
logfrom 0.4.27 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in exampleUpdates
oci-specfrom 0.7.1 to 0.8.3Release notes
Sourced from oci-spec's releases.
... (truncated)
Commits
cdc9632Bump to 0.8.392364deRefactor several structures to use Default trait, simplifying default value h...e530d94Refactor LinuxMemoryPolicy to use Option for nodes, updating default value an...becfcc3Fix formatting in LinuxMemoryPolicy documentation for nodes field646d8a1Refactor LinuxMemoryPolicy to remove Option from nodes and set default valuec2771f2Add memory policy modes and flags support with serialization testsc555856Refactor LinuxMemoryPolicy struct to use Option for nodes and flags, enhancin...a1cf0a3Add memory policy support to Linux features and structures8dfd6d6Back to devefbf8acBump to 0.8.2Updates
regexfrom 1.11.1 to 1.12.2Changelog
Sourced from regex's changelog.
... (truncated)
Commits
5ea3eb11.12.2ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d65Description has been truncated