From 0d7fcf473bd7ad8bf808edf84fac4b01f0487e2a Mon Sep 17 00:00:00 2001 From: David Barsky Date: Tue, 24 Dec 2024 08:30:20 -0800 Subject: [PATCH] bump tracing crates Summary: Bumping `tracing` on request by request of https://fb.workplace.com/groups/rust.language/permalink/27599598322995421/. Reviewed By: dtolnay Differential Revision: D67613929 fbshipit-source-id: 33a77fb8861b00f31000f83e705507c211962bc4 --- detcore-model/Cargo.toml | 2 +- detcore/Cargo.toml | 2 +- detcore/tests/testutils/Cargo.toml | 2 +- hermit-cli/Cargo.toml | 4 ++-- hermit-verify/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/detcore-model/Cargo.toml b/detcore-model/Cargo.toml index 5ba6aae..cdab623 100644 --- a/detcore-model/Cargo.toml +++ b/detcore-model/Cargo.toml @@ -18,7 +18,7 @@ nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", " reverie-syscalls = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" } serde = { version = "1.0.185", features = ["derive", "rc"] } shell-words = "1.1.0" -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false } diff --git a/detcore/Cargo.toml b/detcore/Cargo.toml index 692dc27..28d513b 100644 --- a/detcore/Cargo.toml +++ b/detcore/Cargo.toml @@ -48,7 +48,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] } serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } tempfile = "3.8" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] detcore-testutils = { version = "0.0.0", path = "tests/testutils" } diff --git a/detcore/tests/testutils/Cargo.toml b/detcore/tests/testutils/Cargo.toml index 4fe2daf..ea93810 100644 --- a/detcore/tests/testutils/Cargo.toml +++ b/detcore/tests/testutils/Cargo.toml @@ -15,5 +15,5 @@ reverie = { version = "0.1.0", git = "https://github.com/facebookexperimental/re reverie-ptrace = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" } test-allocator = { version = "0.0.0", path = "../../../common/test-allocator" } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] } diff --git a/hermit-cli/Cargo.toml b/hermit-cli/Cargo.toml index b0be0ff..3d89dad 100644 --- a/hermit-cli/Cargo.toml +++ b/hermit-cli/Cargo.toml @@ -34,7 +34,7 @@ serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_de shell-words = "1.1.0" tempfile = "3.8" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } -tracing-appender = "0.2.2" +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } +tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] } uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] } diff --git a/hermit-verify/Cargo.toml b/hermit-verify/Cargo.toml index 8e718a4..914ac0c 100644 --- a/hermit-verify/Cargo.toml +++ b/hermit-verify/Cargo.toml @@ -19,7 +19,7 @@ rand = { version = "0.8", features = ["small_rng"] } serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } similar = { version = "2.2.0", features = ["inline"] } tempfile = "3.8" -tracing = { version = "0.1.40", features = ["attributes", "valuable"] } +tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }