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 45a4065 commit f44323eCopy full SHA for f44323e
Cargo.toml
@@ -26,7 +26,7 @@ regex = "1.11.1"
26
serde = { version = "1.0.219", features = ["derive"] }
27
serde_json = "1.0.140"
28
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
29
-sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.4.3" }
+sv = { git = "https://github.com/murphsicles/rust-sv", tag = "v0.4.4" }
30
tokio = { version = "1.45.1", features = ["full"] }
31
uuid = { version = "1.17.0", features = ["v4"] }
32
zmq = "0.10.0"
0 commit comments