Bump the cargo group across 1 directory with 8 updates#8
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the cargo group across 1 directory with 8 updates#8dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [time](https://github.com/time-rs/time) | `0.3.46` | `0.3.47` | | [capnp](https://github.com/capnproto/capnproto-rust) | `0.21.7` | `0.24.0` | | [lz4_flex](https://github.com/pseitz/lz4_flex) | `0.11.5` | `0.11.6` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [maxminddb](https://github.com/oschwald/maxminddb-rust) | `0.24.0` | `0.27.0` | | [rpassword](https://github.com/conradkleinespel/rpassword) | `7.4.0` | `7.5.0` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.75` | `0.10.79` | Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.2) Updates `time` from 0.3.46 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.46...v0.3.47) Updates `capnp` from 0.21.7 to 0.24.0 - [Commits](capnproto/capnproto-rust@capnp-v0.21.7...capnp-v0.24.0) Updates `lz4_flex` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](PSeitz/lz4_flex@0.11.5...0.11.6) Updates `bytes` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1) Updates `maxminddb` from 0.24.0 to 0.27.0 - [Release notes](https://github.com/oschwald/maxminddb-rust/releases) - [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md) - [Commits](oschwald/maxminddb-rust@0.24.0...v0.27.0) Updates `rpassword` from 7.4.0 to 7.5.0 - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](conradkleinespel/rpassword@v7.4.0...v7.5.0) Updates `openssl` from 0.10.75 to 0.10.79 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.79) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: cargo - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production dependency-group: cargo - dependency-name: capnp dependency-version: 0.24.0 dependency-type: direct:production dependency-group: cargo - dependency-name: lz4_flex dependency-version: 0.11.6 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: maxminddb dependency-version: 0.27.0 dependency-type: direct:production dependency-group: cargo - dependency-name: rpassword dependency-version: 7.5.0 dependency-type: direct:production dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.79 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #9. |
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 8 updates in the / directory:
0.8.50.9.20.3.460.3.470.21.70.24.00.11.50.11.61.11.01.11.10.24.00.27.07.4.07.5.00.10.750.10.79Updates
randfrom 0.8.5 to 0.9.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)Updates
timefrom 0.3.46 to 0.3.47Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d5144cdv0.3.47 releasef6206b0Guard against integer overflow in release mode1c63dc7Avoid denial of service when parsing Rfc28225940df6Add builder methods to avoid verbose construction00881a4Manually format macros everywherebb723b6Addtrailing_inputmodifier toend31c4f8ePermitW12indate!macro490a17bMark error paths in well-known formats as cold6cb1896OptimizeRfc2822parsing6d264d5Remove erroneous#[inline(never)]attributesUpdates
capnpfrom 0.21.7 to 0.24.0Commits
9c1058bprepare for v0.24.0 releasee3aeec2unsafe RawStructSchema::new() (#607)7b981f4add new const unsafe constructor for constant::Reader (#606)240dba1bump versions to v0.24.0-alphab988b16prepare for capnp-futures-v0.23.1 release64afbeesilence clippy warning42cf935prepare for capnp-rpc-v0.23.3 releasec70c03eexpand tests a bitd23341efix: function call ambiguitydb721fctests: add extends with duplicated method namesUpdates
lz4_flexfrom 0.11.5 to 0.11.6Changelog
Sourced from lz4_flex's changelog.
Commits
6460047bump version to 0.11.684cdafbfix handling of invalid match offsets during decompressionUpdates
bytesfrom 1.11.0 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forkUpdates
maxminddbfrom 0.24.0 to 0.27.0Release notes
Sourced from maxminddb's releases.
... (truncated)
Changelog
Sourced from maxminddb's changelog.
... (truncated)
Commits
02d6fc7Suppress dead_code warning in test structff5cc41Add .claude to .gitignoredf13038Merge pull request #101 from oschwald/greg/gh-actions-updatesc7052eaFix cargo audit workflow8e9cbaeAdd release script and trigger publish on GitHub releases5867bc7Add Trusted Publishing workflow for crates.ioda0ecf6Add security scanning and modernize GitHub Actionsbd45717Merge pull request #100 from oschwald/greg/result98f0e4fMark Reader::open_mmap as unsafe to fix soundness issue75dd92aPrepare 0.27.0 releaseUpdates
rpasswordfrom 7.4.0 to 7.5.0Release notes
Sourced from rpassword's releases.
Commits
2d9873erelease v7.5.0e67e3b4removes commented out codefdde958remove .idea from .gitignored531c59allow reading from any Read and writing to any Write205dfb2differentiate Input and Output targets6aa333amake PasswordFeedback internal though ConfigBuilderaadeef2allow more flexible input/outputff7be55add support for Ctrl-Wc56fefaformat rust files with cargo fmtc6f4f19handle character encodings more reliablyUpdates
opensslfrom 0.10.75 to 0.10.79Release notes
Sourced from openssl's releases.
... (truncated)
Commits
649f2d9Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)257f9b2Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)d43e917Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)f46519cAdd PkeyCtxRef::set_context_string for ML-DSA (#2629)ad9ae31Bind OSSL_PARAM_modified and use it for seed_into (#2628)4e25c9bFix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)3dd8f42Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)2c5e5a8parallelize more builds in CI for cold caches (#2625)6685591Add PKey::private_key_from_seed for ML-DSA/ML-KEM key import (#2621)8f8fdceDrop once_cell in favor of std::sync::{LazyLock, OnceLock} (#2623)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.