Skip to content

Commit

Permalink
Merge pull request #20 from repology/dependabot/cargo/sqlx-0.8.2
Browse files Browse the repository at this point in the history
Bump sqlx from 0.8.0 to 0.8.2
  • Loading branch information
AMDmi3 authored Sep 9, 2024
2 parents bb434f3 + a098da9 commit 429ff49
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 429ff49

Please sign in to comment.