11[package ]
22name = " pglite-oxide"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition = " 2024"
55rust-version = " 1.92"
66description = " Embedded Postgres for Rust tests and local apps. No Docker, works with SQLx and any Postgres client."
@@ -76,7 +76,7 @@ hex = "0.4"
7676sha2 = " 0.10"
7777dunce = " 1"
7878filetime = " 0.2"
79- pglite-oxide-assets = { version = " =0.4.0 " , path = " crates/assets" , optional = true }
79+ pglite-oxide-assets = { version = " =0.4.1 " , path = " crates/assets" , optional = true }
8080tokio = { version = " 1" , features = [" io-util" , " rt-multi-thread" ] }
8181wasmer = { version = " 7.2.0-alpha.2" , default-features = false , features = [
8282 " sys" ,
@@ -95,16 +95,16 @@ wasmer-wasix = { version = "0.702.0-alpha.2", default-features = false, features
9595webc = " 11.0.0"
9696
9797[target .'cfg(all(target_os = "macos", target_arch = "aarch64"))' .dependencies ]
98- pglite-oxide-aot-aarch64-apple-darwin = { version = " =0.4.0 " , path = " crates/aot/aarch64-apple-darwin" , optional = true }
98+ pglite-oxide-aot-aarch64-apple-darwin = { version = " =0.4.1 " , path = " crates/aot/aarch64-apple-darwin" , optional = true }
9999
100100[target .'cfg(all(target_os = "linux", target_arch = "x86_64"))' .dependencies ]
101- pglite-oxide-aot-x86_64-unknown-linux-gnu = { version = " =0.4.0 " , path = " crates/aot/x86_64-unknown-linux-gnu" , optional = true }
101+ pglite-oxide-aot-x86_64-unknown-linux-gnu = { version = " =0.4.1 " , path = " crates/aot/x86_64-unknown-linux-gnu" , optional = true }
102102
103103[target .'cfg(all(target_os = "linux", target_arch = "aarch64"))' .dependencies ]
104- pglite-oxide-aot-aarch64-unknown-linux-gnu = { version = " =0.4.0 " , path = " crates/aot/aarch64-unknown-linux-gnu" , optional = true }
104+ pglite-oxide-aot-aarch64-unknown-linux-gnu = { version = " =0.4.1 " , path = " crates/aot/aarch64-unknown-linux-gnu" , optional = true }
105105
106106[target .'cfg(all(target_os = "windows", target_arch = "x86_64"))' .dependencies ]
107- pglite-oxide-aot-x86_64-pc-windows-msvc = { version = " =0.4.0 " , path = " crates/aot/x86_64-pc-windows-msvc" , optional = true }
107+ pglite-oxide-aot-x86_64-pc-windows-msvc = { version = " =0.4.1 " , path = " crates/aot/x86_64-pc-windows-msvc" , optional = true }
108108
109109[dev-dependencies ]
110110sqlx = { version = " 0.8" , default-features = false , features = [
0 commit comments