Skip to content

Commit

Permalink
*: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 15, 2025
1 parent 83d036b commit 1cc78d4
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 52 deletions.
101 changes: 53 additions & 48 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 libversion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ license = "MIT"
edition = "2024"

[dependencies]
bitflags = "2.6.0"
bitflags = "2.8.0"
2 changes: 1 addition & 1 deletion repology-common/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]
bitflags = "2.6.0"
bitflags = "2.8.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_repr = "0.1.19"
sqlx = { version = "0.8.3", default-features = false, features = ["derive", "migrate", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion repology-vulnupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.25", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
indoc = "2.0.5"
metrics = "0.24.1"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false, features = ["http-listener"] }
Expand Down
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.25", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
flate2 = "1.0.35"
include_dir = { version = "0.7.4", features = ["glob", "nightly"] }
indexmap = "2.7.0"
Expand Down

0 comments on commit 1cc78d4

Please sign in to comment.