Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the deps group with 6 updates in the / directory:

Package From To
sqlx 0.8.3 0.8.6
regex 1.11.1 1.11.2
sha2 0.10.8 0.10.9
octocrab 0.43.0 0.44.1
chrono 0.4.40 0.4.41
log 0.4.26 0.4.27

Updates sqlx from 0.8.3 to 0.8.6

Changelog

Sourced from sqlx's changelog.

0.8.6 - 2025-05-19

9 pull requests were merged this release cycle.

Added

Changed

Fixed

#3830: launchbadge/sqlx#3830 #3840: launchbadge/sqlx#3840 #3845: launchbadge/sqlx#3845 #3848: launchbadge/sqlx#3848 #3849: launchbadge/sqlx#3849 #3855: launchbadge/sqlx#3855 #3856: launchbadge/sqlx#3856 #3863: launchbadge/sqlx#3863 #3866: launchbadge/sqlx#3866

0.8.5 - 2025-04-14

Hotfix release to address two new issues:

  • [#3823]: sqlx-cli@0.8.4 broke .env default resolution mechanism
  • [#3825]: sqlx@0.8.4 broke test fixture setup

The 0.8.4 release will be yanked as of publishing this one.

Added

  • In release PR: sqlx-cli now accepts --no-dotenv in subcommand arguments.
  • In release PR: added functionality tests for sqlx-cli to CI.
  • In release PR: test #[sqlx::test] twice in CI to cover cleanup.

Fixed

  • In release PR: sqlx-cli correctly reads .env files by default again.
  • In release PR: fix bugs in MySQL implementation of #[sqlx::test].

#3823: launchbadge/sqlx#3823 #3825: launchbadge/sqlx#3825

... (truncated)

Commits
  • bab1b02 0.8.6 release (#3870)
  • b27b47c Pick default features to fix docs.rs build of sqlx-sqlite (#3840)
  • d335f78 Use unnamed statement in pg when not persistent (#3863)
  • 760b395 fix(macros): don't mutate environment variables (#3848)
  • 4259862 fix(macros): slightly improve unsupported type error message (#3856)
  • 1b94e1d chore(doc): clarify compile-time verification and case conversion behavior (#...
  • 92c3845 fix attrubute typo in doc (#3855)
  • 3edc619 build: drop unused tempfile dependency (#3830)
  • 6b2e024 Add color and wrapping to cli help text (#3849)
  • 5736ab6 chore: clean up no longer used imports (#3845)
  • Additional commits viewable in compare view

Updates regex from 1.11.1 to 1.11.2

Changelog

Sourced from regex's changelog.

1.11.2 (2025-08-24)

This is a new patch release of regex with some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend using std::sync::LazyLock.

Improvements:

Bug fixes:

Commits

Updates sha2 from 0.10.8 to 0.10.9

Commits

Updates octocrab from 0.43.0 to 0.44.1

Release notes

Sourced from octocrab's releases.

v0.44.1

Fixed

  • (docs) Update and fix crate documentation for docs.rs, update README (#769)
  • print deprecation warning to stderr (#768)

Other

  • Add optional name field to Author struct (#771)
  • Add 'dowload' and 'download_zip' functions to client (#766)
  • Add enum EventInstallation::id() helper (#763)
  • examples/graphql_issues.rs: Update schema URL (#764)

v0.44.0

Added

  • Implement Serialize for Page (#761)

Fixed

  • [breaking] sha is optional in DiffEntry if file contents are unchanged (#750)
  • insert auth headers for api.github.com (#754)
  • (emails) visibility can be null (#756)
Changelog

Sourced from octocrab's changelog.

0.44.1 - 2025-05-06

Fixed

  • (docs) Update and fix crate documentation for docs.rs, update README (#769)
  • print deprecation warning to stderr (#768)

Other

  • Add optional name field to Author struct (#771)
  • Add 'dowload' and 'download_zip' functions to client (#766)
  • Add enum EventInstallation::id() helper (#763)
  • examples/graphql_issues.rs: Update schema URL (#764)

0.44.0 - 2025-03-26

Added

  • Implement Serialize for Page (#761)

Fixed

  • [breaking] sha is optional in DiffEntry if file contents are unchanged (#750)
  • insert auth headers for api.github.com (#754)
  • (emails) visibility can be null (#756)
Commits
  • a193ce6 chore: release v0.44.1 (#765)
  • c80670a fix(docs): Update and fix crate documentation for docs.rs, update README (#769)
  • e124312 models: Add optional name field to Author struct (#771)
  • 53bb435 Add 'dowload' and 'download_zip' functions to client (#766)
  • 854be9e fix: print deprecation warning to stderr (#768)
  • 38817ec models: Add enum EventInstallation::id() helper (#763)
  • 7873417 docs: examples/graphql_issues.rs: Update schema URL (#764)
  • 3a779f3 chore: release v0.43.1 (#762)
  • 689cb92 fix!: sha is optional in DiffEntry if file contents are unchanged (#750)
  • e37e5a8 fix: insert auth headers for api.github.com (#754)
  • Additional commits viewable in compare view

Updates chrono from 0.4.40 to 0.4.41

Release notes

Sourced from chrono's releases.

v0.4.41

What's Changed

Commits
  • d1de1d9 Bump version to 0.4.41
  • e2bd1d1 Add support for lenient format strings (#1693)
  • 2c95b0a Tweak expression to avoid repetition
  • ebeef99 TimeZone::from_posix_tz: Treat empty TZ variable as UTC
  • dc068f0 Tweak style on NaiveWeek fixes
  • b267a4f Implemented consistent Hash and Eq trait for NaiveWeek
  • 7c0bd13 Apply suggestions from clippy 1.86
  • 104cdc7 Bump MSRV to 1.62
  • 6a85301 Upgrade to windows-bindgen 0.61
  • 265c79b Tweak WeekdaySet method order
  • Additional commits viewable in compare view

Updates log from 0.4.26 to 0.4.27

Release notes

Sourced from log's releases.

0.4.27

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

Changelog

Sourced from log's changelog.

[0.4.27] - 2025-03-24

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

Commits
  • 35161d0 Merge pull request #674 from rust-lang/cargo/0.4.27
  • cc131ef prepare for 0.4.27 release
  • ea6f54d Merge pull request #673 from rust-lang/feat/logger-by-ref
  • d229c73 fix unclosed code block
  • 02486e4 fill in more tests for logger argument
  • 71e034f expand logger tests
  • dfa067e fix up kv passing
  • 39d4c3a run fmt
  • 7aacc8f pass global logger by value, supplied logger by ref
  • a438c6e Merge pull request #664 from tisonkun/logger-field
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.6` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.43.0` | `0.44.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` |
| [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` |



Updates `sqlx` from 0.8.3 to 0.8.6
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.3...v0.8.6)

Updates `regex` from 1.11.1 to 1.11.2
- [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.11.2)

Updates `sha2` from 0.10.8 to 0.10.9
- [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9)

Updates `octocrab` from 0.43.0 to 0.44.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.44.1)

Updates `chrono` from 0.4.40 to 0.4.41
- [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.41)

Updates `log` from 0.4.26 to 0.4.27
- [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.27)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: regex
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: sha2
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: octocrab
  dependency-version: 0.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: chrono
  dependency-version: 0.4.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: log
  dependency-version: 0.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant