We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2ce4f commit dd0d41dCopy full SHA for dd0d41d
alpm/Cargo.toml
@@ -28,7 +28,7 @@ checkver = []
28
docs-rs = ["alpm-sys/docs-rs"]
29
30
[dependencies]
31
-bitflags = "1.0.4"
+bitflags = "1.3.2"
32
libarchive = { version = "0.1.1", optional = true }
33
libarchive3-sys = { version = "0.1.2", optional = true }
34
alpm-sys = { path = "../alpm-sys", version = "2.1.0" }
@@ -37,7 +37,7 @@ alpm-sys = { path = "../alpm-sys", version = "2.1.0" }
37
alpm-sys = { path = "../alpm-sys", version = "2.1.2" }
38
39
[dev-dependencies]
40
-criterion = "0.2.11"
+criterion = "0.3.5"
41
42
[[bench]]
43
name = "list"
0 commit comments