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 4bab48b commit 57ba299Copy full SHA for 57ba299
Cargo.toml
@@ -17,7 +17,7 @@ version = "2.16.0"
17
members = ["ascii", "image", "manifest"]
18
19
[dependencies]
20
-anyhow = "1.0.66"
+anyhow = "1.0"
21
askalono = "0.4.6"
22
byte-unit = "4.0.18"
23
bytecount = "0.6.3"
@@ -38,8 +38,8 @@ onefetch-image = { path = "image", version = "2.16.0" }
38
onefetch-manifest = { path = "manifest", version = "2.16.0" }
39
owo-colors = "3.5.0"
40
regex = "1.6.0"
41
-serde = "1.0.147"
42
-serde_json = "1.0.89"
+serde = "1.0"
+serde_json = "1.0"
43
serde_yaml = "0.9.17"
44
# TODO With the new value parsers, we're really close to being able to eliminate
45
# the strum dependency
0 commit comments