Skip to content

Commit b9febb8

Browse files
fix(deps): update rust crate sqlx to 0.8 [security]
1 parent 1d3971c commit b9febb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dotenvy = { version = "0.15", optional = true }
2222
eyre = { version = "0.6", optional = true }
2323
hex = "0.4"
2424
logging = { version = "0.3", registry = "wafflehacks", optional = true }
25-
sqlx = { version = "0.7", default-features = false, features = ["migrate", "postgres", "runtime-tokio", "tls-rustls"] }
25+
sqlx = { version = "0.8", default-features = false, features = ["migrate", "postgres", "runtime-tokio", "tls-rustls"] }
2626
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"], optional = true }
2727
tracing = "0.1"
2828

0 commit comments

Comments
 (0)