Skip to content

Commit 6b369ba

Browse files
committed
chore: Update dependencies (Cargo.toml)
Consistently omit patch version. Signed-off-by: Brennan Kinney <[email protected]>
1 parent 6946069 commit 6b369ba

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Cargo.toml

+11-13
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,31 @@ preserve_order = ["indexmap", "toml?/preserve_order", "serde_json?/preserve_orde
2525
async = ["async-trait"]
2626

2727
[dependencies]
28-
lazy_static = "1.0"
29-
serde = "1.0.8"
28+
lazy_static = "1.4"
29+
serde = "1.0"
3030
nom = "7"
3131

32-
async-trait = { version = "0.1.50", optional = true }
32+
async-trait = { version = "0.1", optional = true }
3333
toml = { version = "0.8", optional = true }
34-
serde_json = { version = "1.0.2", optional = true }
34+
serde_json = { version = "1.0", optional = true }
3535
yaml-rust = { version = "0.4", optional = true }
3636
rust-ini = { version = "0.19", optional = true }
3737
ron = { version = "0.8", optional = true }
3838
json5_rs = { version = "0.4", optional = true, package = "json5" }
39-
indexmap = { version = "2.0.0", features = ["serde"], optional = true }
39+
indexmap = { version = "2.0", features = ["serde"], optional = true }
4040
convert_case = { version = "0.6", optional = true }
4141
pathdiff = "0.2"
4242

4343
[dev-dependencies]
44-
serde_derive = "1.0.8"
44+
serde_derive = "1.0"
4545
float-cmp = "0.9"
4646
chrono = { version = "0.4", features = ["serde"] }
4747
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
48-
warp = "=0.3.6"
49-
futures = "0.3.15"
50-
reqwest = "0.11.10"
48+
warp = "0.3"
49+
futures = "0.3"
50+
reqwest = "0.11"
5151

52-
serde = "1.0"
5352
glob = "0.3"
54-
lazy_static = "1"
55-
notify = "^6.0.0"
56-
temp-env = "0.3.0"
53+
notify = "6.0"
54+
temp-env = "0.3"
5755
log = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)