From a292e6da577b6be433bb3116ac4bbd5d74283817 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 06:10:19 +0000 Subject: [PATCH] Update Rust crate tracing-subscriber to 0.3.18 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a20c2bb8..3c6cb0dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ dependencies = [ "base64 0.21.5", "js-sys", "pem 3.0.2", - "ring 0.17.5", + "ring 0.17.7", "serde", "serde_json", "simple_asn1", diff --git a/Cargo.toml b/Cargo.toml index 8f695c64..eecb2819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ tracing-appender = "0.2.2" tracing-bunyan-formatter = "0.3.9" tracing-core = "0.1.32" tracing-slog = { git = "https://github.com/oxidecomputer/tracing-slog" } -tracing-subscriber = "0.3.17" +tracing-subscriber = "0.3.18" uuid = "1.4.1" valuable = "0.1.0" yup-oauth2 = "8.3.0"