We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8d4fb commit df9ac75Copy full SHA for df9ac75
Cargo.toml
@@ -25,7 +25,7 @@ reqwest = { version = "0.12", features = [
25
], default-features = false }
26
serde = { version = "1.0.206", default-features = false }
27
serde_json = "1.0.124"
28
-sqlx = { version = "0.7.2", features = [
+sqlx = { version = "0.8.0", features = [
29
"bigdecimal",
30
"chrono",
31
"json",
0 commit comments