build(deps): bump the production-dependencies group across 1 directory with 24 updates#125
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…y with 24 updates Bumps the production-dependencies group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.14` | `2.0.16` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` | | [clap](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.13` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.22` | `0.2.24` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.3` | `0.11.5` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.30` | `1.0.34` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [object](https://github.com/gimli-rs/object) | `0.32.2` | `0.36.1` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.0` | `3.1.2` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.11.0` | | [rustup-toolchain](https://github.com/cargo-public-api/cargo-public-api) | `0.1.6` | `0.1.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.128` | | [syn](https://github.com/dtolnay/syn) | `2.0.71` | `2.0.79` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.41` | `0.4.42` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.13.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.64` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.40.0` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.15` | `0.1.16` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.19` | Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `assert_cmd` from 2.0.14 to 2.0.16 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.14...v2.0.16) Updates `async-trait` from 0.1.81 to 0.1.83 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.83) Updates `clap` from 4.5.9 to 4.5.13 - [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.9...clap_complete-v4.5.13) Updates `clap_complete` from 4.5.8 to 4.5.13 - [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.8...clap_complete-v4.5.13) Updates `clap_mangen` from 0.2.22 to 0.2.24 - [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_mangen-v0.2.22...clap_mangen-v0.2.24) Updates `env_logger` from 0.11.3 to 0.11.5 - [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.3...v0.11.5) Updates `flate2` from 1.0.30 to 1.0.34 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.30...1.0.34) Updates `futures` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `object` from 0.32.2 to 0.36.1 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](gimli-rs/object@0.32.2...0.36.1) Updates `predicates` from 3.1.0 to 3.1.2 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.0...v3.1.2) Updates `quote` from 1.0.36 to 1.0.37 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.37) Updates `regex` from 1.10.5 to 1.11.0 - [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.10.5...1.11.0) Updates `rustup-toolchain` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/cargo-public-api/cargo-public-api/releases) - [Changelog](https://github.com/cargo-public-api/cargo-public-api/blob/main/rustdoc-json/CHANGELOG.md) - [Commits](cargo-public-api/cargo-public-api@rustup-toolchain-v0.1.6...rustup-toolchain-v0.1.7) Updates `serde` from 1.0.204 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.210) Updates `serde_json` from 1.0.120 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...1.0.128) Updates `syn` from 2.0.71 to 2.0.79 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.79) Updates `tar` from 0.4.41 to 0.4.42 - [Commits](alexcrichton/tar-rs@0.4.41...0.4.42) Updates `tempfile` from 3.10.1 to 3.13.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.10.1...v3.13.0) Updates `thiserror` from 1.0.62 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.64) Updates `tokio` from 1.38.0 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.40.0) Updates `tokio-stream` from 0.1.15 to 0.1.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16) Updates `tokio-util` from 0.7.11 to 0.7.12 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.11...tokio-util-0.7.12) Updates `toml` from 0.8.14 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: object dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rustup-toolchain dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 production-dependencies group with 24 updates in the / directory:
1.0.861.0.892.0.142.0.160.1.810.1.834.5.94.5.134.5.84.5.130.2.220.2.240.11.30.11.51.0.301.0.340.3.300.3.310.32.20.36.13.1.03.1.21.0.361.0.371.10.51.11.00.1.60.1.71.0.2041.0.2101.0.1201.0.1282.0.712.0.790.4.410.4.423.10.13.13.01.0.621.0.641.38.01.40.00.1.150.1.160.7.110.7.120.8.140.8.19Updates
anyhowfrom 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6dRelease 1.0.89830c399Merge pull request #386 from dtolnay/unwindsafe8454be3Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414Add more autotraits tests139f266Release 1.0.88aa3ab2bMerge pull request #385 from dtolnay/docnostd44c3767Update documentation on no-std error type conversionsafe93e7Release 1.0.87d58fa4bFix outdated html_root_urlc18d807Disable unused doc_cfg featureUpdates
assert_cmdfrom 2.0.14 to 2.0.16Changelog
Sourced from assert_cmd's changelog.
Commits
bf1025echore: Release assert_cmd version 2.0.1650e8293docs: Update changelog6539f0aMerge pull request #213 from mcky/feat-add-command-gettersb037f96feat: Add getters to mirror those available on std::process::Command4d3dbd3chore(deps): Update Rust crate escargot to v0.5.12936e453Merge pull request #210 from epage/min26a368cchore: Clean up minimal deps hack3229492chore(deps): Update Rust Stable to v1.807c63917Merge pull request #208 from epage/template3dc2b41fix: Workaround bad minimal-versionsUpdates
async-traitfrom 0.1.81 to 0.1.83Release notes
Sourced from async-trait's releases.
Commits
e6b4d47Release 0.1.83bfe8d61Merge pull request #278 from dtolnay/arbself7bd974bIgnore needless_arbitrary_self_type clippy lint in generated codeb53b4e7Add regression test for issue 277f8e5bb4Release 0.1.828fbf118Merge pull request #276 from dtolnay/elidednamed6fa246aIgnore nightly's new elided_named_lifetimes lint in generated coded542a0dUpload CI Cargo.lock for reproducing failures8828c35Sort dependency features in Cargo.tomlba9793aUpdate ui test suite to nightly-2024-08-11Updates
clapfrom 4.5.9 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d222ae4chore: Releasea8abcb4docs: Update changelog2690e1bMerge pull request #5621 from shannmu/dynamic_valuehint7fd7b3efeat(clap_complete): Support to complete custom value of argumentfc6aacaMerge pull request #5638 from epage/cargo631e54bdocs(cookbook): Style cargo plugin6fb49d0Merge pull request #5636 from gibfahn/styles_const6f215eerefactor(styles): make styles example use a constbbb2e6ftest: Add test case for completing custom value of argument999071cfix: ChangevisibletohiddenUpdates
clap_completefrom 4.5.8 to 4.5.13Release notes
Sourced from clap_complete's releases.
Changelog
Sourced from clap_complete's changelog.
Commits
d222ae4chore: Releasea8abcb4docs: Update changelog2690e1bMerge pull request #5621 from shannmu/dynamic_valuehint7fd7b3efeat(clap_complete): Support to complete custom value of argumentfc6aacaMerge pull request #5638 from epage/cargo631e54bdocs(cookbook): Style cargo plugin6fb49d0Merge pull request #5636 from gibfahn/styles_const6f215eerefactor(styles): make styles example use a constbbb2e6ftest: Add test case for completing custom value of argument999071cfix: ChangevisibletohiddenUpdates
clap_mangenfrom 0.2.22 to 0.2.24Commits
61f5ee5chore: Release3e65384docs: Update changelogfca8f73Merge pull request #5706 from shannmu/external_subcommandfc82a3efeat(complete): Support to complete custom external subcommand6a09122test(complete): Add test for external subcommandd2874a5Merge pull request #5766 from epage/completera767a97feat: Add CommandExt support32853d7refactor(builder): Make Ext code similar for Arg, Commande9ce1berefactor(builder): Rename AppTag to AppExtf89afebrefactor(complete): Put most general completer firstUpdates
env_loggerfrom 0.11.3 to 0.11.5Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
73bb418chore: Release57f1bb7chore: Releaseba2748fchore: Release4dd976bMerge pull request #324 from Maximkaaa/try_parse05aacb9feat: Add Builder::try_parse methodfaf5b3echore: Tests forparse_specerror messagesc42511crefactor: Return errors fromparse_spec0e25d9echore(deps): Update Rust Stable to v1.79 (#322)e1640c4Merge pull request #320 from epage/templatef8acfeechore: Update from _rust/main templateUpdates
flate2from 1.0.30 to 1.0.34Release notes
Sourced from flate2's releases.
... (truncated)
Changelog
Sourced from flate2's changelog.
Commits
1a28821Merge pull request #431 from Shnatsel/better-wording2c29780Merge pull request #428 from Shnatsel/upgrade-zlib-rs423981aBetter wording in compression level docsda5c8cfBump versioneeee4c6Merge pull request #430 from Shnatsel/detailed-level-docs731df32Update Cargo.toml8210288Document backend differences1f78c5cUpgrade zlib-rs to 0.3.0 to get multiple bugfixes:6fbd6d2Merge pull request #427 from ByteBaker/main936aa35docs: correctly mention compression levelUpdates
futuresfrom 0.3.30 to 0.3.31Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)Updates
objectfrom 0.32.2 to 0.36.1Changelog
Sourced from object's changelog.
... (truncated)
Commits
a7c88f3Release 0.36.14c7abb9Fix clippy warning28265aaUpdate Cargo.lockc57f24dUpdate wasmparser dependency2a297a5write/macho: Reverse the order of emitting relocations (#702)d892da2elf: add missing RISC-V relocation constants (#701)d34d1bcAdd Architecture::Sparc32Plus (#700)fd693f4Add Architecture::Sparc (#699)2bdb81dAdd SectionKind::DebugString (#694)f54ea55read/macho: support Go's debug section compression (#697)Updates
predicatesfrom 3.1.0 to 3.1.2Changelog
Sourced from predicates's changelog.
Commits
9b44604chore: Release31556d0chore: Releaseb87c960docs: Update changelogce08537chore(deps): Update Rust Stable to v1.79 (#170)bb3ed6cstyle: Make clippy happy8981e6fchore(deps): Update Rust Stable to v1.78 (#169)6732e45style: Address warningsed6709echore(deps): Update Rust Stable to v1.77 (#168)60ceafbMerge pull request #167 from epage/templatef9786f8chore: Update from _rust/main templateUpdates
quotefrom 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffaRelease 1.0.3743acd77Delete unneeded use ofref9382c21Merge pull request #283 from dtolnay/cstr6ac4328Add C string tests9fb0591Implement ToTokens for CStr and CStringba7a9d0Organize test importsaa9970fInline the macro that generates primitive implsba41109Merge pull request #282 from dtolnay/tokensc77340aConsistently use 'tokens' as the name of the &mut TokenStream arga4a0abfMerge pull request #281 from dtolnay/charUpdates
regexfrom 1.10.5 to 1.11.0Changelog
Sourced from regex's changelog.
Commits
bcbe4031.11.09e17e56deps: bump regex-automata58e16f5regex-automata-0.4.84bb1e3ddeps: bump regex-syntaxcba0fbcregex-syntax-0.8.51533257changelog: 1.11.09239e7edata: update to UCD 167691e49cli: include \w, \s and \d in Unicode data table generationb790aa5api: add SetMatches::matched_alld3d3ff7cli: remove some dead codeUpdates
rustup-toolchainfrom 0.1.6 to 0.1.7Commits
aa1a22aMerge pull request #600 from cargo-public-api/releasea6ae827Bump rustup-toolchain to v0.1.7be27153Merge pull request #599 from Enselic/move-project524969eMove project to cargo-public-api GitHub orgfac48faMerge pull request #596 from Enselic/proper-lifetime-bounds0c4ea38Merge pull request #595 from Enselic/support-nightly-2024-07-057246b11build(deps): bump toml from 0.8.14 to 0.8.15 (#597)cec5319Properly render lifetime bounds93b85f6Support nightly-2024-07-0586391dbbuild(deps): bump cargo-manifest from 0.14.0 to 0.15.0 (#591)Updates
serdefrom 1.0.204 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02Release 1.0.210eeb8e44Merge pull request #2818 from dtolnay/coreerror785c2d9Stabilize no-std StdError traitd549f04Reformat parse_ip_impl definition and calls4c0dd63Delete attr support from core::net deserialization macros26fb134Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614bMerge pull request #2817 from dtolnay/corenetb1f899fDelete doc(cfg) attribute from impls that are supported in no-stdb4f860eMerge pull request #2816 from MathiasKoch/chore/core-netd940fe1Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_jsonfrom 1.0.120 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9Release 1.0.128599228dMerge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416ceefeat: add support for 128 bit HashMap key serialization27a4ca9Upload CI Cargo.lock for reproducing failures5ebf65cRelease 1.0.127f287a3bMerge pull request 1179 from GREsau/patch-1ec980b0Release 1.0.126e6282b0Merge pull request #1184 from serde-rs/fastarithmeticffc4a43Improve cfg names for fast arithmetic4b1048dMerge pull request #1183 from serde-rs/arithmeticUpdates
synfrom 2.0.71 to 2.0.79Release notes
Sourced from syn's releases.