diff --git a/redash-searcher-sync/Cargo.toml b/redash-searcher-sync/Cargo.toml index 3713edc..2f20ef7 100644 --- a/redash-searcher-sync/Cargo.toml +++ b/redash-searcher-sync/Cargo.toml @@ -21,4 +21,4 @@ serde_json = "1.0.94" tokio = {version = "1.26.0", features = ["full"]} tonic = "0.8.3" tracing = "0.1.37" -tracing-subscriber = {version = "0.3.15", features = ["json", "env-filter"]} +tracing-subscriber = {version = "0.3.16", features = ["json", "env-filter"]}