We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0961b50 commit 4331c56Copy full SHA for 4331c56
Cargo.toml
@@ -10,14 +10,14 @@ repository = "https://github.com/losfair/sqlite-cache"
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
[dependencies]
13
-rusqlite = { version = "0.30" }
14
-data-encoding = "2.5.0"
15
-futures = "0.3.29"
+rusqlite = "0.32"
+data-encoding = "2.6.0"
+futures = "0.3.30"
16
tracing = "0.1.40"
17
18
[dev-dependencies]
19
-tracing-test = "0.2.4"
20
-tokio = { version = "1.35.0", features = ["macros", "rt", "time"] }
+tracing-test = "0.2"
+tokio = { version = "1.39", features = ["macros", "rt", "time"] }
21
rand = "0.8"
22
criterion = "0.5"
23
0 commit comments