File tree Expand file tree Collapse file tree 2 files changed +46
-46
lines changed
Expand file tree Collapse file tree 2 files changed +46
-46
lines changed Original file line number Diff line number Diff line change @@ -13,34 +13,34 @@ repository = "https://github.com/theseus-rs/postgresql-embedded"
1313version = " 0.12.0"
1414
1515[workspace .dependencies ]
16- anyhow = " = 1.0.86"
17- async-trait = " = 0.1.80"
18- bytes = " = 1.6.0"
19- criterion = " = 0.5.1"
20- flate2 = " = 1.0.30"
21- hex = " = 0.4.3"
22- home = " = 0.5.9"
23- http = " = 1.1.0"
24- human_bytes = { version = " = 0.4.3" , default-features = false }
25- lazy_static = " = 1.5.0"
26- num-format = " = 0.4.4"
27- rand = " = 0.8.5"
28- regex = " = 1.10.5"
29- reqwest = { version = " = 0.12.5" , default-features = false }
30- reqwest-middleware = " = 0.3.1"
31- reqwest-retry = " = 0.5.0"
32- reqwest-tracing = " = 0.5.0"
33- serde = " = 1.0.203"
34- serde_json = " = 1.0.117 "
35- sha2 = " = 0.10.8"
36- tar = " = 0.4.41"
37- target-triple = " = 0.1.3"
38- test-log = " = 0.2.16"
39- tempfile = " = 3.10.1"
40- thiserror = " = 1.0.61"
41- tokio = " = 1.38.0"
42- tracing = " = 0.1.40"
43- url = " = 2.5.2"
16+ anyhow = " 1.0.86"
17+ async-trait = " 0.1.80"
18+ bytes = " 1.6.0"
19+ criterion = " 0.5.1"
20+ flate2 = " 1.0.30"
21+ hex = " 0.4.3"
22+ home = " 0.5.9"
23+ http = " 1.1.0"
24+ human_bytes = { version = " 0.4.3" , default-features = false }
25+ lazy_static = " 1.5.0"
26+ num-format = " 0.4.4"
27+ rand = " 0.8.5"
28+ regex = " 1.10.5"
29+ reqwest = { version = " 0.12.5" , default-features = false }
30+ reqwest-middleware = " 0.3.1"
31+ reqwest-retry = " 0.5.0"
32+ reqwest-tracing = " 0.5.0"
33+ serde = " 1.0.203"
34+ serde_json = " 1.0.118 "
35+ sha2 = " 0.10.8"
36+ tar = " 0.4.41"
37+ target-triple = " 0.1.3"
38+ test-log = " 0.2.16"
39+ tempfile = " 3.10.1"
40+ thiserror = " 1.0.61"
41+ tokio = " 1.38.0"
42+ tracing = " 0.1.40"
43+ url = " 2.5.2"
4444
4545[workspace .metadata .release ]
4646shared-version = true
You can’t perform that action at this time.
0 commit comments