chore(deps): update rust crate sqlx to 0.9 #65

Open
renovate wants to merge 1 commit from renovate/sqlx-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
sqlx dependencies minor 0.80.9

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sqlx](https://github.com/launchbadge/sqlx) | dependencies | minor | `0.8` → `0.9` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update rust crate sqlx to 0.9
Some checks failed
renovate/artifacts Artifact file update failure
moira/test moira/test — failed
94f84130fc
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://git.hydrar.de/jmarya/cmdbind`
From https://git.hydrar.de/jmarya/cmdbind
 * [new branch]      main       -> origin/main
 * [new ref]         HEAD       -> origin/HEAD
    Updating git repository `https://git.hydrar.de/jmarya/comrade`
From https://git.hydrar.de/jmarya/comrade
 * [new branch]      iterfn            -> origin/iterfn
 * [new branch]      main              -> origin/main
 * [new branch]      renovate/dashmap-6.x-lockfile -> origin/renovate/dashmap-6.x-lockfile
 * [new branch]      renovate/env_logger-0.x-lockfile -> origin/renovate/env_logger-0.x-lockfile
 * [new branch]      renovate/once_cell-1.x-lockfile -> origin/renovate/once_cell-1.x-lockfile
 * [new branch]      renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
 * [new branch]      renovate/rand-0.x -> origin/renovate/rand-0.x
 * [new branch]      renovate/redis-1.x-lockfile -> origin/renovate/redis-1.x-lockfile
 * [new branch]      renovate/tokio-1.x-lockfile -> origin/renovate/tokio-1.x-lockfile
 * [new branch]      renovate/uuid-1.x-lockfile -> origin/renovate/uuid-1.x-lockfile
 * [new ref]         HEAD              -> origin/HEAD
error: failed to select a version for `sqlx`.
    ... required by package `webarc v0.2.1 (/tmp/renovate/repos/forgejo/jmarya/webarc)`
versions that meet the requirements `^0.9` are: 0.9.0

package `webarc` depends on `sqlx` with feature `runtime-tokio-native-tls` but `sqlx` does not have that feature.
 available features: _rt-async-global-executor, _rt-async-std, _rt-smol, _rt-tokio, _sqlite, _unstable-all-types, _unstable-docs, all-databases, any, bigdecimal, bit-vec, bstr, chrono, default, derive, ipnet, ipnetwork, json, mac_address, macros, migrate, mysql, mysql-rsa, postgres, regexp, runtime-async-global-executor, runtime-async-std, runtime-smol, runtime-tokio, rust_decimal, sqlite, sqlite-bundled, sqlite-deserialize, sqlite-load-extension, sqlite-preupdate-hook, sqlite-unbundled, sqlite-unlock-notify, sqlx-macros, sqlx-mysql, sqlx-postgres, sqlx-sqlite, sqlx-toml, time, tls-native-tls, tls-none, tls-rustls, tls-rustls-aws-lc-rs, tls-rustls-ring, tls-rustls-ring-native-roots, tls-rustls-ring-webpki, uuid


failed to select a version for `sqlx` which could resolve this conflict

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace Updating crates.io index Updating git repository `https://git.hydrar.de/jmarya/cmdbind` From https://git.hydrar.de/jmarya/cmdbind * [new branch] main -> origin/main * [new ref] HEAD -> origin/HEAD Updating git repository `https://git.hydrar.de/jmarya/comrade` From https://git.hydrar.de/jmarya/comrade * [new branch] iterfn -> origin/iterfn * [new branch] main -> origin/main * [new branch] renovate/dashmap-6.x-lockfile -> origin/renovate/dashmap-6.x-lockfile * [new branch] renovate/env_logger-0.x-lockfile -> origin/renovate/env_logger-0.x-lockfile * [new branch] renovate/once_cell-1.x-lockfile -> origin/renovate/once_cell-1.x-lockfile * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile * [new branch] renovate/rand-0.x -> origin/renovate/rand-0.x * [new branch] renovate/redis-1.x-lockfile -> origin/renovate/redis-1.x-lockfile * [new branch] renovate/tokio-1.x-lockfile -> origin/renovate/tokio-1.x-lockfile * [new branch] renovate/uuid-1.x-lockfile -> origin/renovate/uuid-1.x-lockfile * [new ref] HEAD -> origin/HEAD error: failed to select a version for `sqlx`. ... required by package `webarc v0.2.1 (/tmp/renovate/repos/forgejo/jmarya/webarc)` versions that meet the requirements `^0.9` are: 0.9.0 package `webarc` depends on `sqlx` with feature `runtime-tokio-native-tls` but `sqlx` does not have that feature. available features: _rt-async-global-executor, _rt-async-std, _rt-smol, _rt-tokio, _sqlite, _unstable-all-types, _unstable-docs, all-databases, any, bigdecimal, bit-vec, bstr, chrono, default, derive, ipnet, ipnetwork, json, mac_address, macros, migrate, mysql, mysql-rsa, postgres, regexp, runtime-async-global-executor, runtime-async-std, runtime-smol, runtime-tokio, rust_decimal, sqlite, sqlite-bundled, sqlite-deserialize, sqlite-load-extension, sqlite-preupdate-hook, sqlite-unbundled, sqlite-unlock-notify, sqlx-macros, sqlx-mysql, sqlx-postgres, sqlx-sqlite, sqlx-toml, time, tls-native-tls, tls-none, tls-rustls, tls-rustls-aws-lc-rs, tls-rustls-ring, tls-rustls-ring-native-roots, tls-rustls-ring-webpki, uuid failed to select a version for `sqlx` which could resolve this conflict ```
Some checks failed
renovate/artifacts Artifact file update failure
moira/test moira/test — failed
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sqlx-0.x:renovate/sqlx-0.x
git switch renovate/sqlx-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/sqlx-0.x
git switch renovate/sqlx-0.x
git rebase main
git switch main
git merge --ff-only renovate/sqlx-0.x
git switch renovate/sqlx-0.x
git rebase main
git switch main
git merge --no-ff renovate/sqlx-0.x
git switch main
git merge --squash renovate/sqlx-0.x
git switch main
git merge --ff-only renovate/sqlx-0.x
git switch main
git merge renovate/sqlx-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jmarya/webarc!65
No description provided.