diff --git a/Cargo.toml b/Cargo.toml index 5316c0a..3d437dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,15 @@ license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -backtrace = "0.3.69" -backtrace-ext = "0.2.1" -console = "0.15.8" -miette = { version = "7.2.0", features = ["fancy"] } -serde = "1.0.197" -serde_json = "1.0.114" -thiserror = "1.0.58" -tracing = "0.1.40" -tracing-subscriber = "0.3.18" +backtrace = ">= 0.3.69" +backtrace-ext = ">= 0.2.1" +console = ">= 0.15.8" +miette = { version = ">= 7.2.0", features = ["fancy"] } +serde = ">= 1.0.197" +serde_json = ">= 1.0.114" +thiserror = ">= 1.0.58" +tracing = ">= 0.1.40" +tracing-subscriber = ">= 0.3.18" # dev-deps are use by the example # for sake of clarity duplicate deps are repeated here!