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 02277be commit 2bcc79eCopy full SHA for 2bcc79e
1 file changed
Cargo.toml
@@ -15,12 +15,12 @@ cache_redis = ["redis"]
15
16
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17
[dependencies]
18
-rbs = { version = "4.6" }
19
-rbatis = { version = "4.6", features = [] }
20
-rbdc-sqlite = { version = "4.6" }
21
-#rbdc-mysql = { version = "4.6" }
22
-#rbdc-pg = { version = "4.6" }
23
-#rbdc-mssql = { version = "4.6" }
+rbs = { version = "4" }
+rbatis = { version = "4.7", features = [] }
+rbdc-sqlite = { version = "4.7" }
+#rbdc-mysql = { version = "4.7" }
+#rbdc-pg = { version = "4.7" }
+#rbdc-mssql = { version = "4.7" }
24
25
tokio = { version = "1", features = ["macros"] }
26
#serde and json
0 commit comments