Skip to content

Commit

Permalink
*: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Dec 24, 2024
1 parent 898c8ce commit 003b0a1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions repology-vulnupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
async-trait = "0.1.83"
chrono = { version = "0.4.39", default-features = false, features = ["now"] }
clap = { version = "4.5.23", features = ["derive"] }
Expand All @@ -14,7 +14,7 @@ metrics-exporter-prometheus = { version = "0.16.0", default-features = false, fe
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"] }
serde_json = "1.0.133"
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"] }
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion repology-webapp-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
axum = "0.7.9"
bytes = "1.9.0"
json = "0.12.4"
Expand Down
4 changes: 2 additions & 2 deletions repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manual_let_else = "warn"
coverage = [] # used to calculate coverage correctly (see https://github.com/rust-lang/rust/issues/110486)

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
askama = "0.12.1"
axum = { version = "0.7.9", features = ["macros"] }
chrono = { version = "0.4.39", default-features = false, features = ["std", "now"] }
Expand All @@ -30,7 +30,7 @@ num-traits = "0.2.19"
permutation = "0.4.1"
repology-common = { path = "../repology-common" }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono"] }
strum = { version = "0.26.3", features = ["strum_macros", "derive"] }
strum_macros = "0.26.4"
Expand Down

0 comments on commit 003b0a1

Please sign in to comment.