chore(deps): bump the dependencies group across 1 directory with 20 updates#427
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the dependencies group across 1 directory with 20 updates#427dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…pdates Bumps the dependencies group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` | | [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.2.1` | `2.2.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.18` | | [crossterm](https://github.com/crossterm-rs/crossterm) | `0.27.0` | `0.28.1` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.1` | | [pnet](https://github.com/libpnet/libpnet) | `0.34.0` | `0.35.0` | | [pnet_macros_support](https://github.com/libpnet/libpnet) | `0.34.0` | `0.35.0` | | [ratatui](https://github.com/ratatui/ratatui) | `0.27.0` | `0.28.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.40.0` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.2.0` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.11.0` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.31.0` | `0.31.4` | | [insta](https://github.com/mitsuhiko/insta) | `1.39.0` | `1.40.0` | | [pnet_base](https://github.com/libpnet/libpnet) | `0.34.0` | `0.35.0` | | [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.23.0` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.12` | `4.5.29` | | [http_req](https://github.com/jayjamesjay/http_req) | `0.11.1` | `0.12.0` | | [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` | 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 `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-verbosity-flag` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap-verbosity-flag@v2.2.1...v2.2.2) Updates `clap` from 4.5.13 to 4.5.18 - [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.13...clap_complete-v4.5.18) Updates `crossterm` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits) Updates `once_cell` from 1.19.0 to 1.20.1 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.1) Updates `pnet` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/libpnet/libpnet/releases) - [Commits](libpnet/libpnet@v0.34.0...v0.35.0) Updates `pnet_macros_support` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/libpnet/libpnet/releases) - [Commits](libpnet/libpnet@v0.34.0...v0.35.0) Updates `ratatui` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.27.0...v0.28.1) Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...1.0.64) Updates `tokio` from 1.39.2 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.0) Updates `unicode-width` from 0.1.13 to 0.2.0 - [Commits](https://github.com/unicode-rs/unicode-width/commits) 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 `sysinfo` from 0.31.0 to 0.31.4 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.31.0...v0.31.4) Updates `insta` from 1.39.0 to 1.40.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.39.0...1.40.0) Updates `pnet_base` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/libpnet/libpnet/releases) - [Commits](libpnet/libpnet@v0.34.0...v0.35.0) Updates `rstest` from 0.21.0 to 0.23.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.21.0...v0.23.0) Updates `clap_complete` from 4.5.12 to 4.5.29 - [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.12...clap_complete-v4.5.29) Updates `http_req` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](jayjamesjay/http_req@v0.11.1...v0.12.0) Updates `zip` from 2.1.6 to 2.2.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.1.6...v2.2.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pnet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pnet_macros_support dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pnet_base dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: http_req dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
@dependabot recreate |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 dependencies group with 20 updates in the / directory:
1.0.861.0.890.1.810.1.832.2.12.2.24.5.134.5.180.27.00.28.11.19.01.20.10.34.00.35.00.34.00.35.00.27.00.28.11.0.631.0.641.39.21.40.00.1.130.2.01.10.51.11.00.31.00.31.41.39.01.40.00.34.00.35.00.21.00.23.04.5.124.5.290.11.10.12.02.1.62.2.0Updates
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
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
clap-verbosity-flagfrom 2.2.1 to 2.2.2Changelog
Sourced from clap-verbosity-flag's changelog.
Commits
74d1e81chore: Release clap-verbosity-flag version 2.2.2502ef85docs: Update changelog41425bbMerge pull request #115 from joshka/jm/verbosity-u89936958fix: Don't overflow on boundary conditionsc684b6frefactor: Track numeric levels as a u84e3f4e5refactor: Break out parts of verbosity calculation02ddbefrefactor: Shift numeric level to be 0 based4c96f55test: Verbosity calculatio boundary conditionsc621a6aMerge pull request #113 from clap-rs/renovate/embarkstudios-cargo-deny-action...27f5cc9chore(deps): Update EmbarkStudios/cargo-deny-action action to v2Updates
clapfrom 4.5.13 to 4.5.18Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d811585chore: Releaseab948b3docs: Update changelog82e599eMerge pull request #5602 from shannmu/delimiter_values59bf26dfeat(clap_complete): Support delimiter values in native completionsccecab3test(clap_complete): Add test cases for delimiter_values supporta3a4764docs(derive): Specify Parser::update_from semanticsdf165a2docs(derive): Flatten isn't just for update5488bcfdocs(derive): Connect more dots for Args/Subcommand6013ad4chore: Releasef98e3eedocs: Update changelogUpdates
crosstermfrom 0.27.0 to 0.28.1Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
... (truncated)
Commits
Updates
once_cellfrom 1.19.0 to 1.20.1Changelog
Sourced from once_cell's changelog.
Commits
3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2eMerge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623v1.20.0f2d95bfupdate Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS7317eaeaddcargo test --workspaceto beginning of TEST taskbd54bf7fix default-features flag for parking_lot_core in dependenciesbb70b9ecargo fmt updatesUpdates
pnetfrom 0.34.0 to 0.35.0Release notes
Sourced from pnet's releases.
Commits
97ece70Release v0.35.049c8c68Merge pull request #681 from ionosnetworks/feat/linux-poll-api07526a7Merge pull request #678 from tomDev5/dnsb319ca2fixed dns codea3a46e6removed BooleanField for u17086ed2dns layer in pnet14a01ffMerge pull request #584 from Martichou/raw_socketbd4c8b0datalink(linux): add feature to pass the fd (socket) to ::channel()28e9de4Merge pull request #689 from mrmonday/ecn-unix-only01eee25Expose set_ecn on unix only.Updates
pnet_macros_supportfrom 0.34.0 to 0.35.0Release notes
Sourced from pnet_macros_support's releases.
Commits
97ece70Release v0.35.049c8c68Merge pull request #681 from ionosnetworks/feat/linux-poll-api07526a7Merge pull request #678 from tomDev5/dnsb319ca2fixed dns codea3a46e6removed BooleanField for u17086ed2dns layer in pnet14a01ffMerge pull request #584 from Martichou/raw_socketbd4c8b0datalink(linux): add feature to pass the fd (socket) to ::channel()28e9de4Merge pull request #689 from mrmonday/ecn-unix-only01eee25Expose set_ecn on unix only.Updates
ratatuifrom 0.27.0 to 0.28.1Release notes
Sourced from ratatui's releases.
... (truncated)
Changelog
Sourced from ratatui's changelog.
... (truncated)
Commits
3a90e2achore(release): prepare for 0.28.1 (#1343)65da535chore(ci): update release strategy (#1337)9ed85fddocs(table): fix incorrect backticks inTableStatedocs (#1342)aed60b9fix(terminal): Terminal::insert_before would crash when called while the view...3631b34docs(examples): add widget implementation example (#1147)0d5f3c0test: Avoid unneeded allocations in assertions (#1335)ed51c4bfeat(terminal): Add ratatui::init() and restore() methods (#1289)23516bcchore: rename ratatui-org to ratatui (#1334)6d1bd99docs: minor grammar fixes (#1330)2fb0b8afix: fix u16 overflow in Terminal::insert_before. (#1323)Updates
thiserrorfrom 1.0.63 to 1.0.64Release notes
Sourced from thiserror's releases.
Commits
84484bcRelease 1.0.64023f036Merge pull request #322 from oxalica/feat/mark-auto-derivedae1f47eMark #[automatically_derived] for generated implsab5b5e3Upload CI Cargo.lock for reproducing failures00b3c14Work around new dead code warning in testUpdates
tokiofrom 1.39.2 to 1.40.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ea6d652chore: prepare Tokio v1.40.0 (#6806)11f66f4chore: replaceready!withstd::task::ready!(#6804)479a56atime: eliminate timer wheel allocations (#6779)b37f0deruntime: implement initial set of task hooks (#6742)c9fad08codec: fix typo in the docs forEncoder::Error(#6800)cc70a21task: addjoin_allmethod toJoinSet(#6784)1ac8dfftask: addAbortOnDropHandletype (#6786)ff3f2a8io: addSimplexStream(#6589)5b9a290io: clarify zero remaining capacity case (#6790)70569bdtask: fix typo inTaskTrackerdocs (#6792)Updates
unicode-widthfrom 0.1.13 to 0.2.0Commits
Updates
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
sysinfofrom 0.31.0 to 0.31.4Changelog
Sourced from sysinfo's changelog.
Commits
993f8e3Merge pull request #1345 from GuillaumeGomez/update01df96dUpdate crate version to 0.31.48205af5Update CHANGELOG for 0.31.497267b1Merge pull request #1344 from complexspaces/pool-apple-disk-refreshing5f78295Wrap Apple disk refreshing in autorelease pool to avoid system cachingd0122aeMerge pull request #1343 from GuillaumeGomez/updatee40096cUpdate crate version to 0.31.3431d5dfUpdate CHANGELOG for 0.31.33dff49eMerge pull request #1342 from rise0chen/master9acef9ffeat: support Raspberry PiUpdates
instafrom 1.39.0 to 1.40.0Release notes
Sourced from insta's releases.