chore(deps): bump the root-deps group across 1 directory with 8 updates#172
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): bump the root-deps group across 1 directory with 8 updates#172dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the root-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hmac](https://github.com/RustCrypto/MACs) | `0.13.0-rc.6` | `0.13.0` | | [sec1](https://github.com/RustCrypto/formats) | `0.8.0` | `0.8.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.58` | | [hkdf](https://github.com/RustCrypto/KDFs) | `0.13.0-rc.5` | `0.13.0` | | [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.8` | `0.4.10` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` | | [rustcrypto-ff](https://github.com/RustCrypto/ff) | `0.14.0-rc.0` | `0.14.0-rc.1` | | [rustcrypto-group](https://github.com/RustCrypto/group) | `0.14.0-rc.0` | `0.14.0-rc.1` | Updates `hmac` from 0.13.0-rc.6 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.13.0-rc.6...hmac-v0.13.0) Updates `sec1` from 0.8.0 to 0.8.1 - [Commits](RustCrypto/formats@sec1/v0.8.0...sec1/v0.8.1) Updates `cc` from 1.2.57 to 1.2.58 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.57...cc-v1.2.58) Updates `hkdf` from 0.13.0-rc.5 to 0.13.0 - [Commits](RustCrypto/KDFs@hkdf-v0.13.0-rc.5...hkdf-v0.13.0) Updates `hybrid-array` from 0.4.8 to 0.4.10 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.4.8...v0.4.10) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `rustcrypto-ff` from 0.14.0-rc.0 to 0.14.0-rc.1 - [Changelog](https://github.com/RustCrypto/ff/blob/main/CHANGELOG.md) - [Commits](RustCrypto/ff@v0.14.0-rc.0...v0.14.0-rc.1) Updates `rustcrypto-group` from 0.14.0-rc.0 to 0.14.0-rc.1 - [Changelog](https://github.com/RustCrypto/group/blob/main/CHANGELOG.md) - [Commits](RustCrypto/group@v0.14.0-rc.0...v0.14.0-rc.1) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: sec1 dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: cc dependency-version: 1.2.58 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: hkdf dependency-version: 0.13.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: hybrid-array dependency-version: 0.4.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: libc dependency-version: 0.2.184 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: rustcrypto-ff dependency-version: 0.14.0-rc.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: rustcrypto-group dependency-version: 0.14.0-rc.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps ... Signed-off-by: dependabot[bot] <support@github.com>
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 root-deps group with 8 updates in the / directory:
0.13.0-rc.60.13.00.8.00.8.11.2.571.2.580.13.0-rc.50.13.00.4.80.4.100.2.1830.2.1840.14.0-rc.00.14.0-rc.10.14.0-rc.00.14.0-rc.1Updates
hmacfrom 0.13.0-rc.6 to 0.13.0Commits
0236c8ehmac v0.13.0 (#263)b895e50Migrate tests to the new blobby format (#264)3d1440bWorkspace-level lint configuration (#261)11d4f36hmac: use release versions ofdev-dependencies(#260)c40b82bhmac: bumpsha2dev-dependency to v0.11 (#259)1fa0781Cut rc.5 prereleases (#258)Updates
sec1from 0.8.0 to 0.8.1Commits
1d6ed2esec1 v0.8.1 (#2270)11590f1sec1: implCtAssign(Slice)/CtEq(Slice)forEncodedPoint(#2269)9bad356chore(deps): bump the all-deps group with 11 updates (#2268)f682bc1chore(deps): bump the all-deps group with 6 updates (#2266)15af0aachore(deps): bump the all-deps group across 1 directory with 3 updates (#2265)5a8a081Cargo.lock: bump dependecies (#2264)7e30053tls_codec: manually implementzeroize(#2262)5f349dachore(deps): bump the all-deps group across 1 directory with 16 updates (#2261)Updates
ccfrom 1.2.57 to 1.2.58Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
bf119a1chore(cc): release v1.2.58 (#1694)8b8d71fUpdate Compile-time Requirements to add info about clang-cl.exe (#1693)8c6b2d7Update rusqlite requirement from 0.38.0 to 0.39.0 (#1691)Updates
hkdffrom 0.13.0-rc.5 to 0.13.0Commits
bfb3b20hkdf v0.13.0 (#195)8834f33Workspace-level lint configuration (#194)b802abcAdd Trusted Publishing config (#193)9d0a675hkdf v0.13.0-rc.6 (#192)c46732aBumphmacto v0.13 (#191)29c07abBumpdigestto v0.11 (#190)ef4a3acbuild(deps): bump the all-deps group across 1 directory with 9 updates (#189)Updates
hybrid-arrayfrom 0.4.8 to 0.4.10Changelog
Sourced from hybrid-array's changelog.
Commits
2441bd3v0.4.10 (#196)d287521Add HQC KEM sizes (#195)e0b937dAdd tests forAsRef/AsMutimpls (#194)a00333eAddAsMut\<Array<T, U>>impl forArray\<T, U>(#193)92d2a41Add tests forAsArrayRef/AsArrayMutimpls onArray(#192)56ec07cREADME.md: add Codecov badge (#191)de71a03Add tests forAsArrayMut,AsArrayRef, andSliceExttraits (#190)0d35533Addserdetests usingpostcard(#189)91c902cAdd tests foritermodule (#188)3321f04Add tests forArray::cast_slice_to_core(_mut)(#187)Updates
libcfrom 0.2.183 to 0.2.184Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
b1fd610chore: Release libc 0.2.184f596819ci: Don't enforce cargo-semver-checks4645f60linux: update ptrace_syscall_info struct14cbbectypes: RemovePadding::uninitb5dcda8pthread: UsePadding::new(\<zeroed>)rather thanPadding::uninit()bbb1c5dtypes: Add anewfunction toPaddingdf06e43Fix locale values and add RTLD_NOLOAD, some TCP constants078f5c6newlib/espidf: Move DT_* to espidf/mod.rsd32b83dAdd IP_MINTTL to bsd939e0ecDefine max_align_t for riscv64-linuxUpdates
rustcrypto-fffrom 0.14.0-rc.0 to 0.14.0-rc.1Commits
38029d3v0.14.0-rc.1 (#12)724b9cfBumprandto v0.10 (#11)6d694c9AddPrimeField::to_le_repr(#10)Updates
rustcrypto-groupfrom 0.14.0-rc.0 to 0.14.0-rc.1Commits
2b828b9v0.14.0-rc.1 (#13)0d3091dHave wNAF usePrimeField::to_le_reprfor scalars (#12)1de70abHave wNAF usePrimeField::to_le_reprfor scalars (#12)50ad1c4Bumpranddependency to v0.10 (#11)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