Skip to content

Commit 57ba299

Browse files
committed
keep only minor version for serde and anyhow
1 parent 4bab48b commit 57ba299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "2.16.0"
1717
members = ["ascii", "image", "manifest"]
1818

1919
[dependencies]
20-
anyhow = "1.0.66"
20+
anyhow = "1.0"
2121
askalono = "0.4.6"
2222
byte-unit = "4.0.18"
2323
bytecount = "0.6.3"
@@ -38,8 +38,8 @@ onefetch-image = { path = "image", version = "2.16.0" }
3838
onefetch-manifest = { path = "manifest", version = "2.16.0" }
3939
owo-colors = "3.5.0"
4040
regex = "1.6.0"
41-
serde = "1.0.147"
42-
serde_json = "1.0.89"
41+
serde = "1.0"
42+
serde_json = "1.0"
4343
serde_yaml = "0.9.17"
4444
# TODO With the new value parsers, we're really close to being able to eliminate
4545
# the strum dependency

0 commit comments

Comments
 (0)