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 1806058 commit ac5b1a5Copy full SHA for ac5b1a5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "spiko"
3
-version = "0.1.10"
+version = "0.1.11"
4
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
5
edition = "2021"
6
rust-version = "1.77"
@@ -66,7 +66,7 @@ regex-syntax = "0.8.4"
66
url = "2.5.2"
67
pin-project-lite = "0.2.16"
68
http-body-util = "0.1.2"
69
-hyper-util = { version = "0.1.10", features = ["tokio"] }
+hyper-util = { version = "0.1.11", features = ["tokio"] }
70
tokio-vsock = { version = "0.7.0", optional = true }
71
rusqlite = { version = "0.32.0", features = ["bundled"] }
72
0 commit comments