chore(deps): bump the cargo group with 10 updates - #6
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the cargo group with 10 updates: | Package | From | To | | --- | --- | --- | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.0` | | [clap](https://github.com/clap-rs/clap) | `4.6.3` | `4.6.4` | | [clap_complete](https://github.com/clap-rs/clap) | `4.6.7` | `4.6.8` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.33` | `0.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.188` | `0.2.189` | | [notify](https://github.com/notify-rs/notify) | `6.1.1` | `8.2.0` | | [object](https://github.com/gimli-rs/object) | `0.37.3` | `0.39.1` | | [gimli](https://github.com/gimli-rs/gimli) | `0.31.1` | `0.34.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [toml](https://github.com/toml-rs/toml) | `0.9.12+spec-1.1.0` | `1.1.4+spec-1.1.0` | Updates `base64` from 0.22.1 to 0.23.0 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0) Updates `clap` from 4.6.3 to 4.6.4 - [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.6.3...clap_complete-v4.6.4) Updates `clap_complete` from 4.6.7 to 4.6.8 - [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.6.7...clap_complete-v4.6.8) Updates `clap_mangen` from 0.2.33 to 0.3.0 - [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.33...clap_mangen-v0.3.0) Updates `libc` from 0.2.188 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.188...0.2.189) Updates `notify` from 6.1.1 to 8.2.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md) - [Commits](notify-rs/notify@notify-6.1.1...notify-8.2.0) Updates `object` from 0.37.3 to 0.39.1 - [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md) - [Commits](gimli-rs/object@0.37.3...v0.39.1) Updates `gimli` from 0.31.1 to 0.34.0 - [Changelog](https://github.com/gimli-rs/gimli/blob/main/CHANGELOG.md) - [Commits](gimli-rs/gimli@0.31.1...v0.34.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `toml` from 0.9.12+spec-1.1.0 to 1.1.4+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.1.4) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_mangen dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: object dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: gimli dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: toml dependency-version: 1.1.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... 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 cargo group with 10 updates:
0.22.10.23.04.6.34.6.44.6.74.6.80.2.330.3.00.2.1880.2.1896.1.18.2.00.37.30.39.10.31.10.34.00.10.90.11.00.9.12+spec-1.1.01.1.4+spec-1.1.0Updates
base64from 0.22.1 to 0.23.0Changelog
Sourced from base64's changelog.
Commits
9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & edition9d21a59Merge pull request #304 from marshallpierce/mp/custom-padding-rebasef70bad2Support custom padding symbols684d79cMerge pull request #301 from marshallpierce/mp/simd-gardening5bf66f2Merge pull request #284 from AbeZbm/add-testsd3831cfFollowups to SIMD workUpdates
clapfrom 4.6.3 to 4.6.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringba89563style: Prefer explicit string operationsbea966eMerge pull request #6359 from epage/manb811986chore(man):Remove unused required-features0010bf2Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.xbab9b24chore(deps): Update compatible (dev) (#6357)Updates
clap_completefrom 4.6.7 to 4.6.8Commits
d93a00dchore: Release4709d1adocs(complete): Update changelog2246e8bMerge pull request #6455 from epage/possible2550f32feat(complete): Expose possible value completers9048857refactor(complete): Pull out possible values candidate conversion0607d66refactor(complete): Remove unused allocation943de73refactor(complete): Move related functions next to each other81b86a9refactor(complete): Generalize value candidate handlingae09202refactor(complete): Remove extra allocation466b2bechore: ReleaseUpdates
clap_mangenfrom 0.2.33 to 0.3.0Commits
f0d30d9chore: Release004fee9docs: Update changelog92e7e73Merge pull request #6319 from epage/envdd1fcd3fix(man)!: Put env support behind the env feature87f57faMerge pull request #6318 from casey/fix-ui-tests1f54684fix: Make ui_tests test conditional on env featureUpdates
libcfrom 0.2.188 to 0.2.189Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
ef0906elibc: Release 0.2.1895a79f76riscv32-musl: Rename padding fields to avoid a conflict3e51062psp: Fixoverflowing_literalswarningse352fddemscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...63221b3macros: Requiresafeinsafe_f!invocations707ab52macros: Requireunsafeinf!invocations8e40c94Enable clone3() syscall on sparc-linux and sparc64-linux8427909windows: Add back link names fortime-related symbolsb4863fanuttx: fix wchar_t definition under arm41c683dnuttx: mirror type definitionsUpdates
notifyfrom 6.1.1 to 8.2.0Release notes
Sourced from notify's releases.
... (truncated)
Changelog
Sourced from notify's changelog.
... (truncated)
Commits
a1d7c2dPrepare release (#706)c685ea7Skip allModifyevents right after aCreateevent, unless it's a rename e...e36d54efix: INotifyWatcher may raise events with no paths (#700)394ef18feat(inotify): notify a user if themax_user_watcheshas been reached impli...04473dechore: Prepare 8.1.0 release (#697)12a026dfix: makePathsMut::commitconsuming (#695)d824023feat: introduceWatcher::paths_mutfor adding/removing paths in batch (#692)b984134Do not clone paths while walking dirs (#693)416ba82chore: Use MSRV for Clippy and rustfmt (#694)10ce3efUpdatewindows-systo v0.60 (#691)Updates
objectfrom 0.37.3 to 0.39.1Changelog
Sourced from object's changelog.
... (truncated)
Commits
e5ffee9Release 0.39.1 (#888)079644eread/macho: add LoadCommandData::dylib_use_flags (#887)172eeaeAllow clippy::collapsible_match in examples (#884)097da6aUpdate Mach-O definitions (#883)07011baread/pe: handle import names in a different section (#881)699fbe6Upgrade to hashbrown v0.17 (#879)0a7079ewrite/elf: set flags for StandardSection::EhFrame (#877)fbdc200elf: Add Android-specific REL,RELA and RELR constants (#875)fe854f0Add security info (#872)6886fb3read/pe: check for empty import names (#873)Updates
gimlifrom 0.31.1 to 0.34.0Changelog
Sourced from gimli's changelog.
... (truncated)
Commits
86df12aRelease 0.34.0 (#893)b6a29d5read/op: avoid overflow when converting DW_OP_piece size to bits (#891)08b8f57read: avoid overflow when computing index-based section offsets (#889)9dcce49read: provide flags for PubNamesEntry/PubTypesEntry (#888)ebad63bHandle bare S CFI augmentation (#887)ae567b9read/line: pre-reserve vecs for include_directories and file_names (#885)d49e84aRemove unnecessary clone (#884)d653478read: .debug_gnu_pubnames and .debug_gnu_pubtypes support (#883)604d2fcread: add iterators for pubnames/pubtypes sets (#882)6c31ad1read/lookup: remove unneeded traits (#881)Updates
sha2from 0.10.9 to 0.11.0Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)Updates
tomlfrom 0.9.12+spec-1.1.0 to 1.1.4+spec-1.1.0Commits
beee9fechore: Release16e2ac1docs: Update changelog89f5541fix(toml): preserve datetimes when deserializing Value (#1194)534039cfix(serde): Deserialize Value datetimes into typed targets6e45ceftest(serde): Reproduce Value datetime deserialization error4ec099fchore: Release5a47a51docs: Update changelogda0911fperf(parser): Reduce over allocation by better tokens/byte ratio (#1193)26eb157perf(parser): Reduce over allocation by better tokens/byte ratioca4c7bfchore(deps): Update Prek to v0.4.11 (#1191)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions