chore(deps): bump the minor-and-patch group across 1 directory with 8 updates#435
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the minor-and-patch group across 1 directory with 8 updates#435dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sha2](https://github.com/RustCrypto/hashes) | `0.11.0-rc.5` | `0.11.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` | | [redis](https://github.com/redis-rs/redis-rs) | `1.0.4` | `1.1.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.0` | | [toml](https://github.com/toml-rs/toml) | `1.0.4+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` | `3.27.0` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [axum-test](https://github.com/JosephLenton/axum-test) | `19.0.0` | `19.1.1` | Updates `sha2` from 0.11.0-rc.5 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.11.0-rc.5...sha2-v0.11.0) Updates `itoa` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.17...1.0.18) Updates `redis` from 1.0.4 to 1.1.0 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.0.4...redis-1.1.0) Updates `uuid` from 1.21.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.23.0) Updates `toml` from 1.0.4+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.4...toml-v1.0.7) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `axum-test` from 19.0.0 to 19.1.1 - [Release notes](https://github.com/JosephLenton/axum-test/releases) - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: itoa dependency-version: 1.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: redis dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - 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-and-patch - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: axum-test dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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-and-patch group with 8 updates in the / directory:
0.11.0-rc.50.11.01.0.171.0.181.0.41.1.01.21.01.23.01.0.4+spec-1.1.01.0.7+spec-1.1.03.26.03.27.00.3.220.3.2319.0.019.1.1Updates
sha2from 0.11.0-rc.5 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
itoafrom 1.0.17 to 1.0.18Release notes
Sourced from itoa's releases.
Commits
af77385Release 1.0.1873a7c03Merge pull request #68 from jhpratt/master7b4c86bOptimize 128-bit integer formatting0d8a489Fill in pointer cast typee693c49Merge pull request #67 from xtqqczze/as_mut_ptr29b3410Simplify pointer usage in Buffer::format methodbbf077fSwitch to 9975WX benchmark data65bc721Delete old chart codeUpdates
redisfrom 1.0.4 to 1.1.0Release notes
Sourced from redis's releases.
Commits
4ac2b17ValueType: Add support for the JSON type (#2009)1f66a1bPrepare new version (#2012)d783c98Bump rustls-webpki from 0.103.6 to 0.103.10 (#2013)aab36f0Fix AsyncConnectionConfig::new documentation (#2006) (#2014)5638936tests: Disable snapshotting when running Redis in tests (#2010)397a14cSeparate overall_response_timeout from response_timeout on cluster connection...1a0c30ftests: Drop tls parameter fromTestContext::with_modules(#2008)59ea110Add a per-connection concurrency limiter (#2002)c6d05b9fix typo in geo.rs (#2007)6bde67eci: Switch Redis 8 to the bundled JSON module (#2004)Updates
uuidfrom 1.21.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
tomlfrom 1.0.4+spec-1.1.0 to 1.0.7+spec-1.1.0Commits
9079072chore: Release06f2ba3docs: Update changelog7fc5ce1chore: Update to winnow 1.0.0 (#1121)bf5a157chore: Update to winnow 1.0.00aeb2dfchore(deps): Update Rust crate snapbox to v1 (#1112)9a34541chore(deps): Update Rust crate snapbox to v1a576caedocs(gh): Add sponsor linka09707echore: Release7b0feaadocs: Update changelog2902954Revert "fix(toml): Track dotted key for spans" (#1119)Updates
tempfilefrom 3.26.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPathUpdates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
axum-testfrom 19.0.0 to 19.1.1Release notes
Sourced from axum-test's releases.
Commits
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