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