Skip to content

Commit

Permalink
Bump sqlx from 0.8.2 to 0.8.3 (#3586)
Browse files Browse the repository at this point in the history
* Bump sqlx from 0.8.2 to 0.8.3

Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.2 to 0.8.3.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.2...v0.8.3)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Allow zlib license

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Cook <[email protected]>
  • Loading branch information
dependabot[bot] and divergentdave authored Jan 8, 2025
1 parent 8373e21 commit 037c42c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 47 deletions.
84 changes: 38 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ serde_urlencoded = "0.7.1"
serde_yaml = "0.9.34"
signal-hook = "0.3.17"
signal-hook-tokio = "0.3.1"
sqlx = "0.8.2"
sqlx = "0.8.3"
stopper = "0.2.8"
tempfile = "3.15.0"
testcontainers = "0.22.0"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ allow = [
"OpenSSL",
"Unlicense",
"CC0-1.0",
"Zlib",
]

[[licenses.clarify]]
Expand Down

0 comments on commit 037c42c

Please sign in to comment.