Skip to content

Commit be47c41

Browse files
committed
[chore] Upgrade crates deps and version bump
1 parent 58ee4b2 commit be47c41

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tote"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Matthew Wood <[email protected]>"]
55
edition = "2021"
66
description = "A lightweight data cache for CLI libraries"
@@ -20,14 +20,14 @@ default = []
2020
async = ["async-trait"]
2121

2222
[dependencies]
23-
async-trait = { version = "0.1", optional = true }
24-
serde = "1.0"
25-
serde_json = "1.0"
26-
thiserror = "1.0"
23+
async-trait = { version = "0.1.53", optional = true }
24+
serde = "1.0.137"
25+
serde_json = "1.0.81"
26+
thiserror = "1.0.31"
2727

2828
[dev-dependencies]
29-
dirs = "3.0"
30-
reqwest = { version = "0.11", features = ["blocking", "json"] }
31-
serde_derive = "1.0"
32-
tokio = { version = "1.12", features = ["full"] }
33-
tempfile = "3.2"
29+
dirs = "4.0.0"
30+
reqwest = { version = "0.11.10", features = ["blocking", "json"] }
31+
serde_derive = "1.0.137"
32+
tokio = { version = "1.18.2", features = ["full"] }
33+
tempfile = "3.3.0"

0 commit comments

Comments
 (0)