diff --git a/Cargo.lock b/Cargo.lock index 3f81d19f..1062144c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5035,9 +5035,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" +checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9" dependencies = [ "cfg-if 1.0.0", "log 0.4.14", @@ -5048,9 +5048,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" +checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" dependencies = [ "proc-macro2 1.0.36", "quote 1.0.15", @@ -5059,11 +5059,12 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" +checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" dependencies = [ "lazy_static", + "valuable", ] [[package]] @@ -5307,6 +5308,12 @@ dependencies = [ "syn 1.0.86", ] +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + [[package]] name = "vcpkg" version = "0.2.15" diff --git a/Cargo.toml b/Cargo.toml index cf959ea0..296ac289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.70" shrinkwraprs = "0.3.0" validator = { version = "0.14", features = ["derive"] } webfinger = "0.4.1" -tracing = "0.1.22" +tracing = "0.1.30" tracing-subscriber = "0.3.5" riker = "0.4.2" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 0489f3f9..ecdc2fee 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -22,7 +22,7 @@ shrinkwraprs = "0.3.0" syntect = "4.5.0" tokio = "0.1.22" regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] } -tracing = "0.1.22" +tracing = "0.1.30" askama_escape = "0.10.2" [dependencies.chrono] diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 3da7e683..960aae8e 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -30,7 +30,7 @@ shrinkwraprs = "0.3.0" diesel-derive-newtype = "0.1.2" glob = "0.3.0" lindera-tantivy = { version = "0.7.1", optional = true } -tracing = "0.1.22" +tracing = "0.1.30" riker = "0.4.2" once_cell = "1.5.2" lettre = "0.9.6"