Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 8a833cd

Browse files
committed
Update alpm dependency to fix build
1 parent 4808f7b commit 8a833cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
name = "arch-audit"
1515

1616
[dependencies]
17-
alpm = "^3.0"
17+
alpm = "^4.0"
1818
anyhow = "^1.0"
1919
reqwest = { version = "^0.12", default-features = false, features = ["rustls-tls-native-roots", "socks", "gzip", "brotli"] }
2020
tokio = { version = "^1", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)