diff --git a/Cargo.toml b/Cargo.toml index 59233f4..4a651fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ futures = "0.3.23" influxdb2_client = { git = "https://github.com/influxdata/influxdb_iox" } structopt = "0.3.26" tokio = { version = "1.20.1", features = ["macros", "rt", "rt-multi-thread"] } -tracing = "0.1.36" -tracing-subscriber = "0.3.15" +tracing = "0.1.40" +tracing-subscriber = "0.3.18" uuid = "1.1.2"