Skip to content

Commit d35690c

Browse files
committed
Update Cargo.toml
1 parent 83364cf commit d35690c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ edition = "2021"
55

66
[dependencies]
77
# Serialization
8-
serde = { version = "1.0.205", features = ["derive"] }
9-
serde_json = "1.0.122"
10-
typetag = "0.2.17"
8+
serde = { version = "1.0", features = ["derive"] }
9+
serde_json = "1.0"
10+
typetag = "0.2"
1111

1212
# File system
13-
dirs = "5.0.1"
14-
relative-path = { version = "1.9.3", features = ["serde"] }
15-
tempfile = "3.12.0"
16-
zip = "2.1.6"
13+
dirs = "5.0"
14+
relative-path = { version = "1.9", features = ["serde"] }
15+
tempfile = "3.12"
16+
zip = "2.1"
1717

1818
# Web access
19-
git2 = "0.19.0"
20-
reqwest = { version = "0.12.5", features = ["blocking"] }
19+
git2 = "0.19"
20+
reqwest = { version = "0.12", features = ["blocking"] }
2121

2222
# Else
23-
anyhow = "1.0.86"
24-
clap = { version = "4.5.15", features = ["derive"] }
23+
anyhow = "1.0"
24+
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)