@@ -11,7 +11,7 @@ name = "twilight-http"
1111publish = true
1212repository.workspace = true
1313rust-version.workspace = true
14- version = " 0.15.3 "
14+ version = " 0.15.4 "
1515
1616[dependencies ]
1717hyper = { default-features = false , features = [" client" , " http1" , " http2" , " runtime" ], version = " 0.14" }
@@ -24,9 +24,9 @@ serde = { default-features = false, features = ["derive"], version = "1" }
2424serde_json = { default-features = false , features = [" std" ], version = " 1" }
2525tokio = { default-features = false , features = [" sync" , " time" ], version = " 1.0" }
2626tracing = { default-features = false , features = [" std" , " attributes" ], version = " 0.1" }
27- twilight-http-ratelimiting = { default-features = false , path = " ../twilight-http-ratelimiting" , version = " 0.15.2 " }
28- twilight-model = { default-features = false , path = " ../twilight-model" , version = " 0.15.3 " }
29- twilight-validate = { default-features = false , path = " ../twilight-validate" , version = " 0.15.2 " }
27+ twilight-http-ratelimiting = { default-features = false , path = " ../twilight-http-ratelimiting" , version = " 0.15.3 " }
28+ twilight-model = { default-features = false , path = " ../twilight-model" , version = " 0.15.4 " }
29+ twilight-validate = { default-features = false , path = " ../twilight-validate" , version = " 0.15.3 " }
3030
3131# Optional dependencies.
3232brotli = { default-features = false , features = [" std" ], optional = true , version = " 3.0.0" }
@@ -43,5 +43,5 @@ trust-dns = ["dep:hyper-trust-dns"]
4343[dev-dependencies ]
4444serde_test = { default-features = false , version = " 1" }
4545static_assertions = { default-features = false , version = " 1.1.0" }
46- twilight-util = { default-features = false , features = [" builder" ], path = " ../twilight-util" , version = " 0.15.3 " }
46+ twilight-util = { default-features = false , features = [" builder" ], path = " ../twilight-util" , version = " 0.15.4 " }
4747tokio = { default-features = false , features = [" macros" , " rt-multi-thread" ], version = " 1.0" }
0 commit comments