diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index eec1cb75a..491604185 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0.145", features = ["derive"] } serde_json.workspace = true thiserror.workspace = true tokio = { workspace = true, features = ["fs", "rt-multi-thread"] } -toml = "0.7.3" +toml = "0.7.3, ||, ^0.8.0" tracing = { version = "0.1", optional = true, features = ["log"] } uuid = { version = "1.2.1", features = ["v4"] } tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }