@@ -34,15 +34,15 @@ futures-util = { workspace = true }
3434mime = { workspace = true }
3535thiserror = { workspace = true }
3636serde = { workspace = true , features = [" derive" ] }
37- pavex_macros = { path = " ../pavex_macros" , version = " 0.2.4 " }
37+ pavex_macros = { path = " ../pavex_macros" , version = " 0.2.5 " }
3838paste = { workspace = true }
3939tracing = { workspace = true }
4040http-body-util = { workspace = true }
4141pin-project-lite = { workspace = true }
4242ubyte = { workspace = true , features = [" serde" ] }
43- pavex_bp_schema = { path = " ../pavex_bp_schema" , version = " =0.2.4 " }
44- pavex_reflection = { path = " ../pavex_reflection" , version = " =0.2.4 " }
45- persist_if_changed = { path = " ../persist_if_changed" , version = " 0.2.4 " }
43+ pavex_bp_schema = { path = " ../pavex_bp_schema" , version = " =0.2.5 " }
44+ pavex_reflection = { path = " ../pavex_reflection" , version = " =0.2.5 " }
45+ persist_if_changed = { path = " ../persist_if_changed" , version = " 0.2.5 " }
4646
4747# Configuration
4848figment = { workspace = true , features = [" env" , " yaml" ], optional = true }
@@ -97,4 +97,4 @@ pavex_tracing = { path = "../pavex_tracing" }
9797
9898pavex_macros = { path = " ../pavex_macros" , features = [
9999 " allow_unreachable_pub" ,
100- ], version = " 0.2.4 " }
100+ ], version = " 0.2.5 " }
0 commit comments