@@ -13,32 +13,32 @@ rust-version.workspace = true
1313# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414
1515[dependencies ]
16- httpsig = { path = " ../httpsig" , version = " 0.0.18 " }
16+ httpsig = { path = " ../httpsig" , version = " 0.0.19 " }
1717
18- thiserror = { version = " 2.0.11 " }
18+ thiserror = { version = " 2.0.16 " }
1919tracing = { version = " 0.1.41" }
2020futures = { version = " 0.3.31" , default-features = false , features = [
2121 " std" ,
2222 " async-await" ,
2323] }
24- indexmap = { version = " 2.7 .1" }
24+ indexmap = { version = " 2.11 .1" }
2525
2626# content digest with rfc8941 structured field values
27- sha2 = { version = " 0.10.8 " , default-features = false }
27+ sha2 = { version = " 0.10.9 " , default-features = false }
2828sfv = { version = " 0.10.4" }
2929
3030# encoding
3131base64 = { version = " 0.22.1" }
3232
3333# for request and response headers
34- http = { version = " 1.2.0 " }
34+ http = { version = " 1.3.1 " }
3535http-body = { version = " 1.0.1" }
36- http-body-util = { version = " 0.1.2 " }
37- bytes = { version = " 1.10.0 " }
36+ http-body-util = { version = " 0.1.3 " }
37+ bytes = { version = " 1.10.1 " }
3838
3939
4040[dev-dependencies ]
41- tokio = { version = " 1.43.0 " , default-features = false , features = [
41+ tokio = { version = " 1.47.1 " , default-features = false , features = [
4242 " macros" ,
4343 " rt-multi-thread" ,
4444] } # testing only
0 commit comments