forked from bpfman/bpfman
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the production-dependencies group across 1 directory with 22 updates #121
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-f25384a04e
Closed
build(deps): bump the production-dependencies group across 1 directory with 22 updates #121
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-f25384a04e
Conversation
This file contains 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
…y with 22 updates Bumps the production-dependencies group with 22 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.82` | | [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.23` | | [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.33` | | [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.10.6` | | [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.77` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.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.82 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.82) 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.23 - [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.23) 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.33 - [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.33) 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.10.6 - [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.10.6) 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.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.77) Updates `tempfile` from 3.10.1 to 3.12.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) 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: 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-patch 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: 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>
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 production-dependencies group with 22 updates in the / directory:
1.0.86
1.0.89
2.0.14
2.0.16
0.1.81
0.1.82
4.5.9
4.5.13
4.5.8
4.5.13
0.2.22
0.2.23
0.11.3
0.11.5
1.0.30
1.0.33
0.32.2
0.36.1
3.1.0
3.1.2
1.0.36
1.0.37
1.10.5
1.10.6
0.1.6
0.1.7
1.0.204
1.0.210
1.0.120
1.0.128
2.0.71
2.0.77
3.10.1
3.12.0
1.0.62
1.0.64
1.38.0
1.40.0
0.1.15
0.1.16
0.7.11
0.7.12
0.8.14
0.8.19
Updates
anyhow
from 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6d
Release 1.0.89830c399
Merge pull request #386 from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385 from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureUpdates
assert_cmd
from 2.0.14 to 2.0.16Changelog
Sourced from assert_cmd's changelog.
Commits
bf1025e
chore: Release assert_cmd version 2.0.1650e8293
docs: Update changelog6539f0a
Merge pull request #213 from mcky/feat-add-command-gettersb037f96
feat: Add getters to mirror those available on std::process::Command4d3dbd3
chore(deps): Update Rust crate escargot to v0.5.12936e453
Merge pull request #210 from epage/min26a368c
chore: Clean up minimal deps hack3229492
chore(deps): Update Rust Stable to v1.807c63917
Merge pull request #208 from epage/template3dc2b41
fix: Workaround bad minimal-versionsUpdates
async-trait
from 0.1.81 to 0.1.82Release notes
Sourced from async-trait's releases.
Commits
f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-1182c62cd
Update ui test suite to nightly-2024-07-25370ee12
Update ui test suite to nightly-2024-07-20Updates
clap
from 4.5.9 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d222ae4
chore: Releasea8abcb4
docs: Update changelog2690e1b
Merge pull request #5621 from shannmu/dynamic_valuehint7fd7b3e
feat(clap_complete): Support to complete custom value of argumentfc6aaca
Merge pull request #5638 from epage/cargo631e54b
docs(cookbook): Style cargo plugin6fb49d0
Merge pull request #5636 from gibfahn/styles_const6f215ee
refactor(styles): make styles example use a constbbb2e6f
test: Add test case for completing custom value of argument999071c
fix: Changevisible
tohidden
Updates
clap_complete
from 4.5.8 to 4.5.13Release notes
Sourced from clap_complete's releases.
Changelog
Sourced from clap_complete's changelog.
Commits
d222ae4
chore: Releasea8abcb4
docs: Update changelog2690e1b
Merge pull request #5621 from shannmu/dynamic_valuehint7fd7b3e
feat(clap_complete): Support to complete custom value of argumentfc6aaca
Merge pull request #5638 from epage/cargo631e54b
docs(cookbook): Style cargo plugin6fb49d0
Merge pull request #5636 from gibfahn/styles_const6f215ee
refactor(styles): make styles example use a constbbb2e6f
test: Add test case for completing custom value of argument999071c
fix: Changevisible
tohidden
Updates
clap_mangen
from 0.2.22 to 0.2.23Commits
4a00677
chore: Release6b18d77
docs(derive): Acknowledge Vec<Vec>5efa52a
chore: Release1857e47
docs: Update changelog8697a61
chore: Releasea271c19
Merge pull request #5539 from shannmu/option_valuef7383f7
feat(clap_complete): Add support--flag bar
and-f bar
completion2f53bb3
test(clap_complete): Add test cases for--flag bar
and-f bar
completion932ca13
refactor(clap_complete): Replace parameters incomplete_arg
withParseState
73b07c9
docs: Remove stale ColorChoice platform notesUpdates
env_logger
from 0.11.3 to 0.11.5Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
73bb418
chore: Release57f1bb7
chore: Releaseba2748f
chore: Release4dd976b
Merge pull request #324 from Maximkaaa/try_parse05aacb9
feat: Add Builder::try_parse methodfaf5b3e
chore: Tests forparse_spec
error messagesc42511c
refactor: Return errors fromparse_spec
0e25d9e
chore(deps): Update Rust Stable to v1.79 (#322)e1640c4
Merge pull request #320 from epage/templatef8acfee
chore: Update from _rust/main templateUpdates
flate2
from 1.0.30 to 1.0.33Release notes
Sourced from flate2's releases.
Changelog
Sourced from flate2's changelog.
Commits
50852c6
Merge pull request #425 from NobodyXu/patch-1a2df1db
bump tested MSRV to 1.6366c6907
bump patch level for new release that builds with-Zminimal-versions
a5d38e8
increase minimal versions oflibz-ng-sys
andlibz-sys
to their latest rel...80fc1e5
Do not check msrv for feature zlib-rsb332bac
Run msrv with different featuresf51da32
Run msrv CI on windows and macos387b9c6
Fix msrv: Run msrv checks with minimal versions367ec74
Merge pull request #423 from crazymerlyn/memerror6084e47
Bump versionUpdates
object
from 0.32.2 to 0.36.1Changelog
Sourced from object's changelog.
... (truncated)
Commits
a7c88f3
Release 0.36.14c7abb9
Fix clippy warning28265aa
Update Cargo.lockc57f24d
Update wasmparser dependency2a297a5
write/macho: Reverse the order of emitting relocations (#702)d892da2
elf: add missing RISC-V relocation constants (#701)d34d1bc
Add Architecture::Sparc32Plus (#700)fd693f4
Add Architecture::Sparc (#699)2bdb81d
Add SectionKind::DebugString (#694)f54ea55
read/macho: support Go's debug section compression (#697)Updates
predicates
from 3.1.0 to 3.1.2Changelog
Sourced from predicates's changelog.
Commits
9b44604
chore: Release31556d0
chore: Releaseb87c960
docs: Update changelogce08537
chore(deps): Update Rust Stable to v1.79 (#170)bb3ed6c
style: Make clippy happy8981e6f
chore(deps): Update Rust Stable to v1.78 (#169)6732e45
style: Address warningsed6709e
chore(deps): Update Rust Stable to v1.77 (#168)60ceafb
Merge pull request #167 from epage/templatef9786f8
chore: Update from _rust/main templateUpdates
quote
from 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffa
Release 1.0.3743acd77
Delete unneeded use ofref
9382c21
Merge pull request #283 from dtolnay/cstr6ac4328
Add C string tests9fb0591
Implement ToTokens for CStr and CStringba7a9d0
Organize test importsaa9970f
Inline the macro that generates primitive implsba41109
Merge pull request #282 from dtolnay/tokensc77340a
Consistently use 'tokens' as the name of the &mut TokenStream arga4a0abf
Merge pull request #281 from dtolnay/charUpdates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
rustup-toolchain
from 0.1.6 to 0.1.7Commits
aa1a22a
Merge pull request #600 from cargo-public-api/releasea6ae827
Bump rustup-toolchain to v0.1.7be27153
Merge pull request #599 from Enselic/move-project524969e
Move project to cargo-public-api GitHub orgfac48fa
Merge pull request #596 from Enselic/proper-lifetime-bounds0c4ea38
Merge pull request #595 from Enselic/support-nightly-2024-07-057246b11
build(deps): bump toml from 0.8.14 to 0.8.15 (#597)cec5319
Properly render lifetime bounds93b85f6
Support nightly-2024-07-0586391db
build(deps): bump cargo-manifest from 0.14.0 to 0.15.0 (#591)Updates
serde
from 1.0.204 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_json
from 1.0.120 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9
Release 1.0.128599228d
Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failures5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticUpdates
syn
from 2.0.71 to 2.0.77Release notes
Sourced from syn's releases.
Commits
6232266
Release 2.0.7797acbf0
Merge pull request #1727 from dtolnay/exprparena3b5a5c
Support parsing Expr::Tuple in derive3c24f57
Run upload-artifact action regardless of previous step failure78608a3
Upload CI Cargo.lock for reproducing failuresef3e9c6
Release 2.0.768f7365f
Merge pull request #1725 from dtolnay/tailcall6cddd9e
Make tail call expr mandatoryd1746fe
Release 2.0.75b693682
Merge pull request #1722 from dtolnay/exprpathUpdates
tempfile
from 3.10.1 to 3.12.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
thiserror
from 1.0.62 to 1.0.64Release notes
Sourced from thiserror's releases.
Commits
84484bc
Release 1.0.64023f036
Merge pull request #322 from oxalica/feat/mark-auto-derivedae1f47e
Mark #[automatically_derived] for generated implsab5b5e3
Upload CI Cargo.lock for reproducing failures00b3c14
Work around new dead code warning in test915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributesUpdates
tokio
from 1.38.0 to 1.40.0Release notes
Sourced from tokio's releases.