Skip to content

Commit

Permalink
*: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Dec 28, 2024
1 parent 2c41294 commit e95a9d7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
33 changes: 17 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 @@ -5,7 +5,7 @@ edition = "2024"

[dependencies]
bitflags = "2.6.0"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_repr = "0.1.19"
sqlx = { version = "0.8.2", default-features = false, features = ["derive", "migrate", "macros"] }
strum = { version = "0.26.3", features = ["strum_macros"] }
Expand Down
4 changes: 2 additions & 2 deletions repology-vulnupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ indoc = "2.0.5"
metrics = "0.24.1"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false, features = ["http-listener"] }
metrics-process = { version = "2.4.0", features = ["use-gauge-on-cpu-seconds-total"] }
reqwest = { version = "0.12.9", features = ["stream"] }
serde = { version = "1.0.216", features = ["derive"] }
reqwest = { version = "0.12.11", features = ["stream"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
sqlx = { version = "0.8.2", features = ["postgres", "chrono", "runtime-tokio"] }
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mime = "0.3.17"
num-traits = "0.2.19"
permutation = "0.4.1"
repology-common = { path = "../repology-common" }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono"] }
strum = { version = "0.26.3", features = ["strum_macros", "derive"] }
Expand Down

0 comments on commit e95a9d7

Please sign in to comment.