Bump the minor group with 21 updates#1273
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the minor group with 21 updates: | Package | From | To | | --- | --- | --- | | [axum](https://github.com/tokio-rs/axum) | `0.8.8` | `0.8.9` | | [axum-extra](https://github.com/tokio-rs/axum) | `0.12.5` | `0.12.6` | | [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` | | [fake](https://github.com/cksac/fake-rs) | `5.0.0` | `5.1.0` | | [google_maps](https://github.com/leontoeides/google_maps) | `3.9.4` | `3.9.6` | | [lettre](https://github.com/lettre/lettre) | `0.11.19` | `0.11.21` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.186` | | [rand](https://github.com/rust-random/rand) | `0.10.0` | `0.10.1` | | [rayon](https://github.com/rayon-rs/rayon) | `1.11.0` | `1.12.0` | | [diesel](https://github.com/diesel-rs/diesel) | `2.3.7` | `2.3.8` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.76` | `0.10.78` | | [diesel_migrations](https://github.com/diesel-rs/diesel) | `2.3.1` | `2.3.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.1` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.31.1` | | [rust_decimal](https://github.com/paupino/rust-decimal) | `1.40.0` | `1.41.0` | | [zip](https://github.com/zip-rs/zip2) | `8.2.0` | `8.5.1` | | [moka](https://github.com/moka-rs/moka) | `0.12.14` | `0.12.15` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.15` | `1.8.16` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.126.0` | `1.131.0` | | [toml](https://github.com/toml-rs/toml) | `1.0.6+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.48` | `0.1.50` | Updates `axum` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.8.8...axum-v0.8.9) Updates `axum-extra` from 0.12.5 to 0.12.6 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-extra-v0.12.5...axum-extra-v0.12.6) Updates `clap` from 4.6.0 to 4.6.1 - [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.0...clap_complete-v4.6.1) Updates `fake` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/cksac/fake-rs/releases) - [Commits](https://github.com/cksac/fake-rs/commits) Updates `google_maps` from 3.9.4 to 3.9.6 - [Release notes](https://github.com/leontoeides/google_maps/releases) - [Changelog](https://github.com/leontoeides/google_maps/blob/master/CHANGELOG.md) - [Commits](leontoeides/google_maps@v3.9.4...v3.9.6) Updates `lettre` from 0.11.19 to 0.11.21 - [Release notes](https://github.com/lettre/lettre/releases) - [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md) - [Commits](lettre/lettre@v0.11.19...v0.11.21) Updates `libc` from 0.2.183 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.186) Updates `rand` from 0.10.0 to 0.10.1 - [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.10.0...0.10.1) Updates `rayon` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) Updates `diesel` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.3.7...v2.3.8) Updates `openssl` from 0.10.76 to 0.10.78 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.78) Updates `diesel_migrations` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/commits/v2.3.2) Updates `uuid` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.1) Updates `opentelemetry-otlp` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md) - [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1) Updates `rust_decimal` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.40.0...1.41.0) Updates `zip` from 8.2.0 to 8.5.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v8.2.0...v8.5.1) Updates `moka` from 0.12.14 to 0.12.15 - [Release notes](https://github.com/moka-rs/moka/releases) - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.14...v0.12.15) Updates `aws-config` from 1.8.15 to 1.8.16 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sdk-s3` from 1.126.0 to 1.131.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `toml` from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.6...toml-v1.0.7) Updates `mimalloc` from 0.1.48 to 0.1.50 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.48...v0.1.50) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: axum-extra dependency-version: 0.12.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: fake dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: google_maps dependency-version: 3.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: lettre dependency-version: 0.11.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: diesel dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: openssl dependency-version: 0.10.78 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: diesel_migrations dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: opentelemetry-otlp dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: rust_decimal dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: zip dependency-version: 8.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: moka dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-config dependency-version: 1.8.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-sdk-s3 dependency-version: 1.131.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: toml dependency-version: 1.0.7+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: mimalloc dependency-version: 0.1.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... 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 minor group with 21 updates:
0.8.80.8.90.12.50.12.64.6.04.6.15.0.05.1.03.9.43.9.60.11.190.11.210.2.1830.2.1860.10.00.10.11.11.01.12.02.3.72.3.80.10.760.10.782.3.12.3.21.22.01.23.10.31.00.31.11.40.01.41.08.2.08.5.10.12.140.12.151.8.151.8.161.126.01.131.01.0.6+spec-1.1.01.0.7+spec-1.1.00.1.480.1.50Updates
axumfrom 0.8.8 to 0.8.9Release notes
Sourced from axum's releases.
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)Updates
axum-extrafrom 0.12.5 to 0.12.6Release notes
Sourced from axum-extra's releases.
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)Updates
clapfrom 4.6.0 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
fakefrom 5.0.0 to 5.1.0Commits
Updates
google_mapsfrom 3.9.4 to 3.9.6Release notes
Sourced from google_maps's releases.
Changelog
Sourced from google_maps's changelog.
Commits
9ed6a95fix: error messages, builder visibility, "emojis" typo97f7454fix: ensure thatRequestBuildertypes are public5b52c36fix: ensure thatRequestBuildertypes are public376be95fix: corrected dependencies for legacy Places API featuresUpdates
lettrefrom 0.11.19 to 0.11.21Release notes
Sourced from lettre's releases.
Changelog
Sourced from lettre's changelog.
Commits
1ab3a65Prepare v0.11.21396a242feat: addrustls-no-providersupport3722083feat(transport-smtp): addmessage_itertoAsyncConnectionandConnection134b720Prepare v0.11.203321bffrefactor: replacechumskywithnom7d5f52dfeat: addAddress::new_uncheckedb905242build(deps): upgrademaudto v0.2780297f4build(deps): upgradecriterionto v0.747f3837build(deps): upgradeboringto v5a4c26e9style: fixboringdeprecation warningUpdates
libcfrom 0.2.183 to 0.2.186Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
42620ff[0.2] libc: Release 0.2.1869db2eaaapple: add KEVENT_FLAG_* constants3840939Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linuxf697debchore: migrate from Cirrus CI to GHA71d5bfclibc: Release 0.2.1851027d1cRevert "ci: Pin nightly to 2026-04-01"0e9c6e5redox: Add semaphore functions24ef457feat: add back support for gnu windows x86 in ciaa75cafhorizon: Change POLL constants from c_short to c_intb7eda5ahexagon: add missing constants and fix types for linux-muslUpdates
randfrom 0.10.0 to 0.10.1Changelog
Sourced from rand's changelog.
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)Updates
rayonfrom 1.11.0 to 1.12.0Changelog
Sourced from rayon's changelog.
Commits
7449d7dMerge #1093b3d9e3fRelease rayon 1.8.0 and rayon-core 1.12.03fe51e5Fix clippy::let_and_return082f215Merge #1087ea0c06dcore: registry: Factor out "wait till out of work" part of the main loop.75524e2Merge #106301d2800Ignore the multi-threaded test on emscripten/wasm40b59c0core: Make use_current_thread error rather than panic when already in the pool.f4db4d7core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.87274adcore: registry: Add some more documentation for ThreadPoolBuilder::use_curren...Updates
dieselfrom 2.3.7 to 2.3.8Changelog
Sourced from diesel's changelog.
Commits
58820dcMerge pull request #5036 from weiznich/prepare_2.3.8895b5baPrepare a 2.3.8 releaseea008d3Fix several UB instances64003c6Merge pull request #5034 from ayarotsky/fix-reject-aggregate-select-with-non-...49b936eMerge pull request #5012 from ayarotsky/fix-aggregate-expressions-and-order-byd4a0495Merge pull request #5035 from weiznich/bump/rust_1.955e0289eMerge pull request #5027 from barry3406/fix/infix-operator-generic-types367c7f5Merge pull request #5017 from ThunderComplex/feature/ignore_empty_dir_in_migr...305cc7aMerge pull request #5011 from ayarotsky/docs-transaction-behavior6797867Merge pull request #5009 from XiaoPengMei/docs/clarify-insertable-serialize-a...Updates
opensslfrom 0.10.76 to 0.10.78Release notes
Sourced from openssl's releases.
Commits
a6debf5Release openssl v0.10.78 and openssl-sys v0.9.114 (#2609)09b425eCheck derive output buffer length on OpenSSL 1.1.x (#2606)826c388Error for short out in MdCtxRef::digest_final() (#2608)1d10902Validate callback-returned lengths in PSK and cookie trampolines (#2607)5af6895Reject oversized length returns from password callback trampoline (#2605)718d07ffix inverted bounds assertion in AES key unwrap (#2604)53cc69dAdd support for LibreSSL 4.3.x (#2603)0b41e79Fix dangling stack pointer in custom extension add callback (#2599)cbdedf8Avoid panic for overlong OIDs (#2598)1fc51efopenssl 4 support (#2591)Updates
diesel_migrationsfrom 2.3.1 to 2.3.2Release notes
Sourced from diesel_migrations's releases.
Changelog
Sourced from diesel_migrations's changelog.
Commits
Updates
uuidfrom 1.22.0 to 1.23.1Release notes
Sourced from uuid's releases.
Commits
ca0c85fMerge pull request #879 from uuid-rs/cargo/v1.23.1b4db015prepare for 1.23.1 release771069dMerge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note80994a2fix: Timestamp::from_gregorian deprecation note90c5be8Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv8b8c4f4Remove deprecated feature from wasm-bindgen dependency00ab922Merge pull request #876 from uuid-rs/cargo/v1.23.0726ba45prepare for 1.23.0 release996dadeMerge pull request #875 from uuid-rs/fix/context-orderinge140479simplify a use stmtUpdates
opentelemetry-otlpfrom 0.31.0 to 0.31.1Release notes
Sourced from opentelemetry-otlp's releases.
Commits
febe718feat(OTLP): add tls-ring, tls-aws-lc, and tls-provider-agnostic feature flags...Updates
rust_decimalfrom 1.40.0 to 1.41.0Release notes
Sourced from rust_decimal's releases.
Commits
b06790ev1.41.0 (#788)a771f22fix: scientific formatting of 0 (#785)5c3242aFixes incorrect zero value in postgresql (#783)f9cf00eFixes scientific fallback with serde-with-arbitrary-precision (#782)d616438Add optional bytemuck support (#674)5345e16Add Decimal::as_i128() and Decimal::as_f64() infallible conversions (#726)6e4bff9Add lightweight wasm support torust-decimal(#650)