@@ -32,22 +32,22 @@ futures = { version = "0.3.31", default-features = false, features = [
3232 " std" ,
3333 " async-await" ,
3434] }
35- tokio = { version = " 1.47.0 " , features = [
35+ tokio = { version = " 1.47.1 " , features = [
3636 " net" ,
3737 " rt-multi-thread" ,
3838 " time" ,
3939 " sync" ,
4040 " macros" ,
4141] }
42- anyhow = " 1.0.98 "
42+ anyhow = " 1.0.99 "
4343tracing = " 0.1.41"
44- thiserror = " 2.0.12 "
45- async-trait = " 0.1.88 "
44+ thiserror = " 2.0.16 "
45+ async-trait = " 0.1.89 "
4646
4747# http handling for both client and server
48- url = " 2.5.4 "
48+ url = " 2.5.7 "
4949ahash = " 0.8.12"
50- hyper = { version = " 1.6 .0" , default-features = false }
50+ hyper = { version = " 1.7 .0" , default-features = false }
5151http = " 1.3.1"
5252http-body-util = " 0.1.3"
5353hyper-util = { version = " 0.1.16" , features = [" full" ] }
@@ -75,12 +75,12 @@ serde = { version = "1.0.219", default-features = false }
7575auth-validator = { git = " https://github.com/junkurihara/rust-token-server" , package = " rust-token-server-validator" , branch = " develop" , default-features = false , features = [
7676 " blind-signatures" ,
7777] }
78- serde_json = { version = " 1.0.141 " }
78+ serde_json = { version = " 1.0.143 " }
7979
8080# access control
8181ipnet = { version = " 2.11.0" }
8282cedarwood = { version = " 0.4.6" }
83- regex = { version = " 1.11.1 " }
83+ regex = { version = " 1.11.2 " }
8484
8585# metrics
8686opentelemetry = { version = " 0.30.0" , optional = true }
@@ -95,9 +95,9 @@ tracing-opentelemetry = { version = "0.31.0", optional = true }
9595# httpsig
9696httpsig-proto = { path = " ../httpsig-wire-proto" , default-features = false , package = " httpsig-proto" }
9797httpsig-registry = { path = " ../httpsig-registry" , default-features = false , package = " httpsig-registry" }
98- indexmap = { version = " 2.10.0 " }
99- httpsig = { version = " 0.0.18 " }
100- httpsig-hyper = { version = " 0.0.18 " }
98+ indexmap = { version = " 2.11.1 " }
99+ httpsig = { version = " 0.0.19 " }
100+ httpsig-hyper = { version = " 0.0.19 " }
101101
102102# logging
103103crossbeam-channel = { version = " 0.5.15" , optional = true }
0 commit comments