11[package ]
22name = " pithos_lib"
33description = " Library and components for encrypting / compressing pithos (.pto) files, including specification"
4- version = " 0.6.1 "
4+ version = " 0.6.2 "
55authors.workspace = true
66edition.workspace = true
77repository.workspace = true
@@ -10,39 +10,39 @@ license.workspace = true
1010# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
1212[dependencies ]
13- anyhow = " 1.0.93 "
14- async-compression = {version = " 0.4.17 " , features = [" tokio" , " zstd" , " gzip" ]}
13+ anyhow = " 1.0.98 "
14+ async-compression = { version = " 0.4.23 " , features = [" tokio" , " zstd" , " gzip" ] }
1515hex = " 0.4.3"
1616chacha20poly1305 = " 0.10.1"
1717byteorder = " 1.5.0"
18- bytes = " 1.8.0 "
19- tokio = {version = " 1.41.1 " , features = [" full" ]}
20- tokio-util = " 0.7.12 "
21- async-trait = " 0.1.83 "
22- hyper = {version = " 1.5 .0" , features = [" full" ]}
18+ bytes = " 1.10.1 "
19+ tokio = { version = " 1.45.0 " , features = [" full" ] }
20+ tokio-util = " 0.7.15 "
21+ async-trait = " 0.1.88 "
22+ hyper = { version = " 1.6 .0" , features = [" full" ] }
2323futures = " 0.3.31"
2424async-channel = " 2.3.1"
2525async-stream = " 0.3.6"
26- tar = " 0.4.43 "
26+ tar = " 0.4.44 "
2727digest = " 0.10.7"
2828async_zip = { version = " 0.0.17" , features = [" chrono" , " tokio" , " deflate" ] }
29- pin-project = " 1.1.7 "
30- tracing = " 0.1.40 "
29+ pin-project = " 1.1.10 "
30+ tracing = " 0.1.41 "
3131md-5 = " 0.10.6"
3232sha1 = " 0.10.6"
33- sha2 = " 0.10.8 "
33+ sha2 = " 0.10.9 "
3434blake2 = " 0.10.6"
35- rand_core = " 0.6.4 "
36- thiserror = " 2.0.3 "
35+ rand_core = " 0.9.3 "
36+ thiserror = " 2.0.12 "
3737crypto_kx = " 0.2.1"
3838base64 = " 0.22.1"
3939scrypt = { version = " 0.11.0" }
40- borsh = {version = " 1.5.3 " , features = [" std" , " derive" ]}
41- itertools = " 0.13 .0"
42- serde = {version = " 1.0.215 " , features = [" derive" ]}
40+ borsh = { version = " 1.5.7 " , features = [" std" , " derive" ] }
41+ itertools = " 0.14 .0"
42+ serde = { version = " 1.0.219 " , features = [" derive" ] }
4343
4444[dev-dependencies ]
45- criterion = { version = " 0.5.1 " , features = [" html_reports" , " async_tokio" ] }
45+ criterion = { version = " 0.6.0 " , features = [" html_reports" , " async_tokio" ] }
4646pithos = { path = " ../pithos" }
4747
4848[[bench ]]
0 commit comments