Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the cargo group across 12 directories with 1 update #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Updates the requirements on and sqlx to permit the latest version.
Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto the second page. We'll be sure to clean out the backlog for 0.7.0.
  • [#2014]: Support additional SQLCipher options in SQLite driver. [[@​szymek156]]
  • [#2052]: Add issue templates [[@​abonander]]
  • [#2053]: Add documentation for IpAddr support in Postgres [[@​rakshith-ravi]]
  • [#2062]: Add extension support for SQLite [[@​bradfier]]
  • [#2063]: customizable db locking during migration [[@​fuzzbuck]]

Changed

Fixed

... (truncated)

Commits

Updates sqlx to 0.6.3

Changelog

Sourced from sqlx's changelog.

0.6.3 - 2023-03-21

This is a hotfix to address the breakage caused by transitive dependencies upgrading to syn = "2".

We set default-features = false for our dependency on syn = "1" to be good crates.io citizens, but failed to enable the features we actually used, which went undetected because we transitively depended on syn with the default features enabled through other crates, and so they were also on for us because features are additive.

When those other dependencies upgraded to syn = "2" it was no longer enabling those features for us, and so compilation broke for projects that don't also depend on syn = "1", transitively or otherwise.

There is no PR for this fix as there was no longer a dedicated development branch for 0.6, but discussion can be found in [issue #2418].

As of this release, the 0.7 release is in alpha and so development is no longer occurring against 0.6. This fix will be forward-ported to 0.7.

[issue #2418]: launchbadge/sqlx#2418

0.6.2 - 2022-09-14

[25 pull requests][0.6.2-prs] were merged this release cycle.

Added

  • [#1081]: Add try_from attribute for FromRow derive [[@​zzhengzhuo]]
    • Exemplifies "out of sight, out of mind." It's surpris...

      Description has been truncated

Updates the requirements on  and [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version.

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

Updates `sqlx` to 0.6.3
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.6.3...v0.6.3)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 19, 2024
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.

0 participants