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