We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2c5889 + e2dd011 commit 53d7965Copy full SHA for 53d7965
1 file changed
diesel_bench/Cargo.toml
@@ -22,7 +22,7 @@ rustorm_dao = {version = "0.20", optional = true}
22
quaint = {version = "0.2.0-alpha.13", optional = true}
23
tokio = {version = "0.2", optional = true}
24
serde = {version = "1", optional = true, features = ["derive"]}
25
-sea-orm = {version = "0.2", optional = true, features = ["runtime-async-std-rustls"]}
+sea-orm = {version = "0.3", optional = true, features = ["runtime-async-std-rustls"]}
26
futures = {version = "0.3", optional = true}
27
28
[dependencies.diesel]
0 commit comments