deps: bump the cargo-dependencies group across 1 directory with 5 updates#235
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps: bump the cargo-dependencies group across 1 directory with 5 updates#235dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…ates Bumps the cargo-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rustls](https://github.com/rustls/rustls) | `0.23.39` | `0.23.40` | | [pkcs8](https://github.com/RustCrypto/formats) | `0.11.0-rc.11` | `0.11.0` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.16.4` | `0.18.0` | | [heed](https://github.com/Kerollmops/heed) | `0.22.0` | `0.22.1` | | [toml](https://github.com/toml-rs/toml) | `0.9.12+spec-1.1.0` | `1.1.2+spec-1.1.0` | Updates `rustls` from 0.23.39 to 0.23.40 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.39...v/0.23.40) Updates `pkcs8` from 0.11.0-rc.11 to 0.11.0 - [Commits](RustCrypto/formats@pkcs8/v0.11.0-rc.11...pkcs8/v0.11.0) Updates `lru` from 0.16.4 to 0.18.0 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.16.4...0.18.0) Updates `heed` from 0.22.0 to 0.22.1 - [Release notes](https://github.com/Kerollmops/heed/releases) - [Commits](meilisearch/heed@v0.22.0...v0.22.1) Updates `toml` from 0.9.12+spec-1.1.0 to 1.1.2+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.1.2) --- updated-dependencies: - dependency-name: heed dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: lru dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: pkcs8 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: rustls dependency-version: 0.23.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
45af036 to
536a6ac
Compare
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-dependencies group with 5 updates in the / directory:
0.23.390.23.400.11.0-rc.110.11.00.16.40.18.00.22.00.22.10.9.12+spec-1.1.01.1.2+spec-1.1.0Updates
rustlsfrom 0.23.39 to 0.23.40Commits
b44c09fPrepare 0.23.40e7a555fPreferOrd::maxtocore::cmpc0005beech: base inner name padding on actual extension4e49529ech: test inner name padding3e06ef1ech: add both name and "gross" paddingc574ffdech: avoid short-lived allocation for padding8bf935cech: pop comment from match arm9088004ech: expandmaximum_name_lengthto usize ASAPa612901Default require_ems based on CryptoProvider FIPS statusUpdates
pkcs8from 0.11.0-rc.11 to 0.11.0Commits
a582243pkcs8 v0.11.0 (#2314)6f2ea3eder: disable wasmtime tests (#2315)055d258pkcs8 v0.11.0-rc.12 (#2312)7d69c45pkcs8:getrandomfeature (#2311)381e23cpkcs8: useTryCryptoRnginstead ofCryptoRng(#2309)77c386epkcs8: replacesubtlewithctutils(#2308)967d9f1pkcs8: addKeyErrorenum (#2305)1a52afepkcs8: implDecode/EncodePrivateKeyforPrivateKeyInfoOwned(#2306)e65d751pkcs8: enable workspace-level lint config (#2304)c50f584pkcs5: build withall-features = trueon docs.rs (#2303)Updates
lrufrom 0.16.4 to 0.18.0Changelog
Sourced from lru's changelog.
Commits
dac07e3Merge pull request #234 from jeromefroe/jerome/prepare-0-18-0-release0335315Prepare 0.18.0 releasee40bbdcMerge pull request #233 from paolobarbolini/get_or_insert_mut_ref-unconstrain...a615a5bFix unconstrained lifetime inLruCache::get_or_insert_mut_ref13321a9Merge pull request #232 from jeromefroe/jerome/prepare-0-17-0-releasef7d0ecePrepare 0.17.0 release2d3d6d5Merge pull request #231 from xtqqczze/deps/hashbrown346e2feBump hashbrown to 0.17.01302b4eUpdate MSRV to 1.85.0Updates
heedfrom 0.22.0 to 0.22.1Release notes
Sourced from heed's releases.
... (truncated)
Commits
86cd1f6Merge pull request #307 from meilisearch/allow-nested-rtxn-from-wtxnee73549Introduce the Env and RwTxn nested_read_txn methods to create nested rtxns345db35Merge pull request #357 from shawn-willden-ai/no_std5734bcfUpdate bindgen and apply no_std to lmdb-master3-sys9e94ed9Add no_std feature to lmdb-master-sys1262931Merge pull request #354 from meilisearch/expose_env_stats97c7f12Expose env stats63fba6fMerge pull request #353 from Boog900/preserve-cmpbf940e1preserve cmp functions with DatabaseOpenOptions::typesfdd105dMerge pull request #349 from uniphil/patch-1Updates
tomlfrom 0.9.12+spec-1.1.0 to 1.1.2+spec-1.1.0Commits
a3d0047chore: Releasecc37615docs: Update changelog7f5e9e1fix(parser): Consolidate invalid unquoted key into one error (#1138)52feb90fix(parser): Consolidate invalid unquoted key into one erroraad85d4chore(deps): Update j178/prek-action action to v2 (#1136)8b1ac44chore(deps): Update compatible (dev) (#1135)9effd79chore(deps): Update j178/prek-action action to v29db8aadchore: Releasee55a663docs: Update changelogc11d7d7Optimisations (#1133)