diff --git a/Cargo.lock b/Cargo.lock index 13a20ab2..f8eada36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5033,9 +5033,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" +checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" dependencies = [ "cfg-if 1.0.0", "log 0.4.14", @@ -5046,9 +5046,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" +checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b" dependencies = [ "proc-macro2 1.0.36", "quote 1.0.15", diff --git a/Cargo.toml b/Cargo.toml index fe8bdfd3..4308cad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.79" shrinkwraprs = "0.3.0" validator = { version = "0.14", features = ["derive"] } webfinger = "0.4.1" -tracing = "0.1.31" +tracing = "0.1.32" tracing-subscriber = "0.3.9" riker = "0.4.2" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 54f56ddb..89743451 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.31" +tracing = "0.1.32" askama_escape = "0.10.3" [dependencies.chrono] diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 4c0e6272..439c43c6 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.31" +tracing = "0.1.32" riker = "0.4.2" once_cell = "1.10.0" lettre = "0.9.6"