Skip to content

Commit

Permalink
*: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 28, 2025
1 parent 1cc78d4 commit 08cdf80
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 38 deletions.
85 changes: 53 additions & 32 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 @@ -7,14 +7,14 @@ edition = "2024"
anyhow = "1.0.95"
async-trait = "0.1.85"
chrono = { version = "0.4.39", default-features = false, features = ["now"] }
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
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.12", features = ["stream"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_json = "1.0.137"
sqlx = { version = "0.8.3", features = ["postgres", "chrono", "runtime-tokio"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
Expand Down
8 changes: 4 additions & 4 deletions repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ askama = "0.12.1"
axum = { git = "https://github.com/AMDmi3/axum.git", branch = "dm/matchit-8-6", features = ["macros"] }
chrono = { version = "0.4.39", default-features = false, features = ["std", "now"] }
cityhasher = "0.1.0"
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
flate2 = "1.0.35"
include_dir = { version = "0.7.4", features = ["glob", "nightly"] }
indexmap = "2.7.0"
indexmap = "2.7.1"
indoc = "2.0.5"
itertools = "0.14.0"
libversion = { path = "../libversion" }
Expand All @@ -32,7 +32,7 @@ num-traits = "0.2.19"
permutation = "0.4.1"
repology-common = { path = "../repology-common" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_json = "1.0.137"
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres", "chrono"] }
strum = { version = "0.26.3", features = ["strum_macros", "derive"] }
strum_macros = "0.26.4"
Expand All @@ -46,6 +46,6 @@ url-escape = "0.1.1"

[dev-dependencies]
float-cmp = "0.10.0"
insta = "1.42.0"
insta = "1.42.1"
repology-webapp-test-utils = { path = "../repology-webapp-test-utils" }
tower-service = "0.3.3"

0 comments on commit 08cdf80

Please sign in to comment.