Skip to content

Commit b2e7f49

Browse files
Update Rust crate sqlx to 0.8.0 [SECURITY]
1 parent c39fc0f commit b2e7f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/web-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ leptos = { version = "0.4.5", features = ["csr", "nightly"] }
1616
leptos_router = "0.4.5"
1717
rand = "0.8.5"
1818
serde = { version = "1.0.174", features = ["derive"] }
19-
sqlx = "0.7.1"
19+
sqlx = "0.8.0"
2020
tracing = "0.1.37"
2121
wasm-bindgen = "0.2.87"
2222
web-sys = "0.3.64"

0 commit comments

Comments
 (0)