File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tote"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44authors = [
" Matthew Wood <[email protected] >" ]
55edition = " 2021"
66description = " A lightweight data cache for CLI libraries"
@@ -20,14 +20,14 @@ default = []
2020async = [" 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 "
You can’t perform that action at this time.
0 commit comments