Skip to content

Commit

Permalink
Bump sqlx from 0.8.0 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.0 to 0.8.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.0...v0.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent bb434f3 commit a098da9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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 repology-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
bitflags = "2.6.0"
serde = { version = "1.0.204", features = ["derive"] }
sqlx = { version = "0.8.0", default-features = false, features = ["derive", "migrate", "macros"] }
sqlx = { version = "0.8.2", default-features = false, features = ["derive", "migrate", "macros"] }
strum = { version = "0.26.3", features = ["strum_macros"] }
strum_macros = "0.26.4"
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde_json = "1.0.122"
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
repology-common = { path = "../repology-common" }
libversion = { path = "../libversion" }
sqlx = { version = "0.8.0", features = ["runtime-tokio", "postgres", "chrono"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono"] }
anyhow = "1.0.86"
clap = { version = "4.5.13", features = ["derive"] }
mime = "0.3.17"
Expand Down

0 comments on commit a098da9

Please sign in to comment.