Update to version 0.3.19; Fixes RHBZ#2329518

epel10 imports/epel10/rust-tracing-subscriber-0.3.19-1.el10
Fabio Valentini 1 month ago
parent 238472f07e
commit 91fa9753fb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/tracing-subscriber-0.3.17.crate
/tracing-subscriber-0.3.18.crate
/tracing-subscriber-0.3.19.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 27
# * tests can only be run in-tree
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate tracing-subscriber
Name: rust-tracing-subscriber
Version: 0.3.18
Version: 0.3.19
Release: %autorelease
Summary: Utilities for implementing and composing tracing subscribers

@ -1 +1 @@
SHA512 (tracing-subscriber-0.3.18.crate) = 72f91855637aa476f03077d5f523cbc94989d40b12d7328167f88b081869ed096e6370450831f6cd5f0686cae5628f14eed4696c06a2ec75f56808b64445e0c1
SHA512 (tracing-subscriber-0.3.19.crate) = 840e35103f1152e94ef9138d0f03f157b296def538bab6c7464fa7d363aef7734feed196091782dd3aa9bf06c7dc181a2c37149a23f5be036f00c00b5200686c

@ -1,6 +1,6 @@
--- tracing-subscriber-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.18/Cargo.toml 2024-09-20T20:43:53.992373+00:00
@@ -226,21 +226,9 @@
--- tracing-subscriber-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.19/Cargo.toml 2025-01-03T16:52:40.763992+00:00
@@ -329,21 +329,8 @@
]
valuable = [
"tracing-core/valuable",
@ -22,4 +22,8 @@
[badges.maintenance]
status = "experimental"
@@ -355,3 +342,4 @@
"cfg(flaky_tests)",
"cfg(tracing_unstable)",
]
+

@ -1,6 +1,6 @@
--- tracing-subscriber-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.18/Cargo.toml 2024-09-20T20:44:05.436438+00:00
@@ -76,7 +76,7 @@
--- tracing-subscriber-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.19/Cargo.toml 2025-01-03T16:52:40.764992+00:00
@@ -178,7 +178,7 @@
optional = true
[dependencies.nu-ansi-term]
@ -9,14 +9,14 @@
optional = true
[dependencies.once_cell]
@@ -224,10 +224,6 @@
@@ -326,10 +326,6 @@
std = [
"alloc",
"tracing-core/std",
]
-]
-valuable = [
- "tracing-core/valuable",
- "tracing-serde/valuable",
-]
]
[badges.maintenance]
status = "experimental"

Loading…
Cancel
Save