build(deps): bump the rust-deps group with 7 updates - #98
Merged
Conversation
Bumps the rust-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.9.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.13.1` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.11.0` | | [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.43.0` | `0.54.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.45` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.33` | Updates `sqlx` from 0.8.3 to 0.9.0 - [Changelog](https://github.com/transact-rs/sqlx/blob/main/CHANGELOG.md) - [Commits](transact-rs/sqlx@v0.8.3...v0.9.0) Updates `regex` from 1.11.1 to 1.13.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.1...1.13.1) Updates `sha2` from 0.10.8 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.11.0) Updates `hmac` from 0.12.1 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) Updates `octocrab` from 0.43.0 to 0.54.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.43.0...v0.54.1) Updates `chrono` from 0.4.40 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.45) Updates `log` from 0.4.26 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.26...0.4.33) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: regex dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: octocrab dependency-version: 0.54.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
xTVaser
force-pushed
the
dependabot/cargo/rust-deps-9866a928c1
branch
from
August 21, 2026 23:13
3377eca to
3c76299
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 rust-deps group with 7 updates:
0.8.30.9.01.11.11.13.10.10.80.11.00.12.10.13.00.43.00.54.10.4.400.4.450.4.260.4.33Updates
sqlxfrom 0.8.3 to 0.9.0Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
75bc048Release 0.9.0 (#4256)6956cefPrefer to give real data to.bind()inREADME.md(#4257)45ba990Add the possibility to skip migrations (#3846)66533faEnsure Deterministic Migration Order (#4136)db47fe3ci: check direct minimal versions (#4173)9ecb76dUnescape PostgreSQL passfile password (#3993)c0a3218breaking(any+mysql): correctly convert text and blob types toAnyTypeInfo(...d82b781test(sqlite): add regression test for ORDER BY + LIMIT nullability (#4223)b77ba16chore: update to axum 0.8 (#4253)c0ec9c0fix(tls): potential deadlock inStdSocket::poll_ready()(#4251)Updates
regexfrom 1.11.1 to 1.13.1Changelog
Sourced from regex's changelog.
... (truncated)
Commits
2b527591.13.1, redux40e98231.13.175fcb96changelog: 1.13.164ad0b6automata: fix bug in reverse suffix/inner optimizationfa91c31automata: fix a bug caught by Codex review30390ecautomata: formatting tweaks821a8ebautomata: refactor reverse suffix/inner search slightly10afd70automata: expose the extracted literals for inner literal extraction8c34f41automata: avoid reverse suffix optimization for non-leftmost-first5524f02test: add regression tests for failed reverse suffix/inner optimizationsUpdates
sha2from 0.10.8 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
hmacfrom 0.12.1 to 0.13.0Commits
0236c8ehmac v0.13.0 (#263)b895e50Migrate tests to the new blobby format (#264)3d1440bWorkspace-level lint configuration (#261)11d4f36hmac: use release versions ofdev-dependencies(#260)c40b82bhmac: bumpsha2dev-dependency to v0.11 (#259)1fa0781Cut rc.5 prereleases (#258)a008265hmac v0.13.0-rc.6 (#256)da485cdUse(Reset)MacTraits(#254)2c51e3bhmac: deriveCloneinstead of relying on(Reset)MacTraits(#253)669d805RelaxClonebounds (#250)Updates
octocrabfrom 0.43.0 to 0.54.1Release notes
Sourced from octocrab's releases.
... (truncated)
Changelog
Sourced from octocrab's changelog.
... (truncated)
Commits
e6f4fc1chore: release v0.54.1 (#932)0ccb08ffeat: Add override of default crypto provider (#931)9b69aacchore: release v0.54.0 (#926)912efb3fix!: make mandatory PR fields mandatory (#924)abcff53chore: release v0.53.1 (#917)765d3b9fix: Omit input object if null. Github expects object or nothing. (#918)1b8ba82cargo clippy --tests --examples --fix (#920)d406468Use std::sync::LazyLock over once_cell::sync::Lazy (#919)3de0709feat: support sub-issues (#898)e58d2c2chore: release v0.53.0 (#913)Updates
chronofrom 0.4.40 to 0.4.45Release notes
Sourced from chrono's releases.
... (truncated)
Commits
1703382Prepare 0.4.45 release881f9abtz_data: fix tzdata locations on Androidf14ead4fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflowc6063e6Update similar-asserts requirement from 1.6.1 to 2.0.0120686cBump codecov/codecov-action from 5 to 6c14b459Bump version to 0.4.44ea832c5Add track_caller to non-deprecated functionscfae889Fix panic message in to_rfc2822f8900b5docs: match MSRV withCargo.tomlcontents45caaa9Update copyright year to 2026 in LICENSE.txtUpdates
logfrom 0.4.26 to 0.4.33Release notes
Sourced from log's releases.
... (truncated)
Changelog
Sourced from log's changelog.
... (truncated)
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisona5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-supportDependabot 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