File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,33 +13,33 @@ repository = "https://github.com/theseus-rs/postgresql-embedded"
1313version = " 0.9.1"
1414
1515[workspace .dependencies ]
16- anyhow = " 1.0.81 "
17- async-trait = " 0.1.77 "
18- bytes = " 1.5 .0"
16+ anyhow = " 1.0.86 "
17+ async-trait = " 0.1.80 "
18+ bytes = " 1.6 .0"
1919criterion = " 0.5.1"
20- flate2 = " 1.0.28 "
20+ flate2 = " 1.0.30 "
2121hex = " 0.4.3"
2222home = " 0.5.9"
2323http = " 1.1.0"
2424human_bytes = { version = " 0.4.3" , default-features = false }
2525lazy_static = " 1.4.0"
2626num-format = " 0.4.4"
2727rand = " 0.8.5"
28- regex = " 1.10.3 "
29- reqwest = { version = " 0.12.3 " , default-features = false }
30- reqwest-middleware = " 0.3.0 "
28+ regex = " 1.10.4 "
29+ reqwest = { version = " 0.12.4 " , default-features = false }
30+ reqwest-middleware = " 0.3.1 "
3131reqwest-retry = " 0.5.0"
3232reqwest-tracing = " 0.5.0"
33- serde = " 1.0.197 "
34- serde_json = " 1.0.114 "
33+ serde = " 1.0.202 "
34+ serde_json = " 1.0.117 "
3535sha2 = " 0.10.8"
3636tar = " 0.4.40"
3737task-local-extensions = " 0.1.4"
3838target-triple = " 0.1.2"
39- test-log = " 0.2.15 "
39+ test-log = " 0.2.16 "
4040tempfile = " 3.10.1"
41- thiserror = " 1.0.58 "
42- tokio = " 1.36 .0"
41+ thiserror = " 1.0.61 "
42+ tokio = " 1.37 .0"
4343tracing = " 0.1.40"
4444url = " 2.5.0"
4545
You can’t perform that action at this time.
0 commit comments