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 af099ad commit 5ec8526Copy full SHA for 5ec8526
crates/lib/Cargo.toml
@@ -38,7 +38,7 @@ serde = { version = "1.0.145", features = ["derive"] }
38
serde_json.workspace = true
39
thiserror.workspace = true
40
tokio = { workspace = true, features = ["fs", "rt-multi-thread"] }
41
-toml = "0.7.3"
+toml = "0.7.3, ||, ^0"
42
tracing = { version = "0.1", optional = true, features = ["log"] }
43
uuid = { version = "1.2.1", features = ["v4"] }
44
tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }
0 commit comments