chore(deps): bump the prod-deps group across 1 directory with 8 updates#2168
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the prod-deps group across 1 directory with 8 updates#2168dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the prod-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [diesel](https://github.com/diesel-rs/diesel) | `2.3.6` | `2.3.7` | | [diesel-async](https://github.com/weiznich/diesel_async) | `0.7.4` | `0.8.0` | | [deadpool](https://github.com/deadpool-rs/deadpool) | `0.12.3` | `0.13.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.0` | | [config](https://github.com/rust-cli/config-rs) | `0.15.19` | `0.15.22` | | protobuf | `2.28.0` | `3.7.2` | Updates `diesel` from 2.3.6 to 2.3.7 - [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.6...v2.3.7) Updates `diesel-async` from 0.7.4 to 0.8.0 - [Release notes](https://github.com/weiznich/diesel_async/releases) - [Changelog](https://github.com/diesel-rs/diesel_async/blob/main/CHANGELOG.md) - [Commits](diesel-rs/diesel_async@v0.7.4...v0.8.0) Updates `deadpool` from 0.12.3 to 0.13.0 - [Changelog](https://github.com/deadpool-rs/deadpool/blob/main/release.toml) - [Commits](deadpool-rs/deadpool@deadpool-v0.12.3...deadpool-v0.13.0) Updates `env_logger` from 0.11.9 to 0.11.10 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.9...v0.11.10) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) Updates `config` from 0.15.19 to 0.15.22 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.19...v0.15.22) Updates `protobuf` from 2.28.0 to 3.7.2 --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: diesel-async dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: deadpool dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: config dependency-version: 0.15.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: protobuf dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <[email protected]>
24d1bed to
28ccc8b
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 prod-deps group with 8 updates in the / directory:
2.3.62.3.70.7.40.8.00.12.30.13.00.11.90.11.100.10.90.11.01.22.01.23.00.15.190.15.222.28.03.7.2Updates
dieselfrom 2.3.6 to 2.3.7Changelog
Sourced from diesel's changelog.
Commits
2c3677eAlso bump CLI versionc98ddf0Merge pull request #4997 from weiznich/prepare_2.3.7a4d003dBump versions and write a changelog2fad1e0More compile test fixesa19375eChanged compile test outputa833cc8Bump libsqlite3-sysb56070eMerge pull request #4996 from weiznich/bump/rust_1.94cba234fMore compile test fixescd146fdIgnore stderr files from compile tests for typos93dd69fFix the with of the diagnostics to get reproducible results everywhereUpdates
diesel-asyncfrom 0.7.4 to 0.8.0Release notes
Sourced from diesel-async's releases.
Changelog
Sourced from diesel-async's changelog.
Commits
237ac09Prepare 0.8.067e3e3fMerge pull request #282 from dav-wolff/fix-sync-connection-wrapper-panic03caa1eReplace timeout based tests with more robust channel usage7df84d8Merge pull request #283 from dav-wolff/remove-unsafe-pin-projectionb426870Use pin_project_lite instead of manually pin-projecting7dacba2Remove pin-project dependency2f7874eFix early cancellation of future causing a panic in SyncConnectionWrapperb3fb5baMerge pull request #279 from TheNeikos/feature/add-sqlite-update-and-fetchbbf1a38Implement UpdateAndFetchResults for SyncConnectionWrapper6a89bb8Merge pull request #275 from 766974616c79/mainUpdates
deadpoolfrom 0.12.3 to 0.13.0Commits
b134227Release deadpool 0.13.0 and deadpool-sync 0.2.0688234bUpdate lapin to version 4362391fRelease deadpool-runtime 0.3.170f1b93Fix feature specific dependencies in READMEs860570cAddrustdoc-args = ["--cfg", "docsrs"]to all Cargo.toml files7a00e9cFix deadpool CHANGELOG and improve yank explanationf9bd480Update CHANGELOG why deadpool-sync 0.1.5 was yanked4f6bd49Update deadpool-runtime to version 0.3eef23c7Fix small typo in READMEffcf81eReleased deadpool-runtime 0.3.0Updates
env_loggerfrom 0.11.9 to 0.11.10Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
41320bfchore: Releasede8c74fdocs: Update changelogd550741docs(gh): Add sponsor link458b075chore(deps): Update Rust Stable to v1.94 (#401)8bc3fc3Merge pull request #400 from epage/update143fa64chore: Upgrade incompatibleb687a24chore: Upgrade compatible8cf1ba9Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x094ecf7Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x34ad626chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0Updates
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
uuidfrom 1.22.0 to 1.23.0Release notes
Sourced from uuid's releases.
Commits
00ab922Merge 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 stmt8ed9142reorganize and document more v7 context internalse09a322use LazyLock to synchronize v1/v6 context initialization0f260ccMerge pull request #874 from uuid-rs/chore/impl-cleanups1419e91clean up and refactor main lib testsceeaf4bensure we don't overflow on counters less than 1263bc8f5Merge pull request #873 from uuid-rs/fix/error-msgUpdates
configfrom 0.15.19 to 0.15.22Changelog
Sourced from config's changelog.
Commits
7293108chore: Release config version 0.15.226b82b25docs: Update changelog2ae46e4chore: Update to Winnow 1.0.0 (#745)28690eachore: Update to Winnow 1.0.01f579eedocs(examples): Clean up (#744)c7b1b10docs(examples): Consoldate env examples5aa9638docs(examples): Clarify intentfcc5cd8docs(examples): Better organize examples4e8637cdocs(examples): Be consistent in env prefix395a9ffdocs(examples): Flatten examplesUpdates
protobuffrom 2.28.0 to 3.7.2