Remove unnecessary enablement of tracing-subscriber ansi feature (#41)

* Trim win_etw_tracing dependencies

* adjust slightly more
This commit is contained in:
cgettys-microsoft 2024-10-09 15:33:48 -07:00 коммит произвёл GitHub
Родитель 24b50ad6d5
Коммит e04c784356
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "win_etw_tracing"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Provides a backend for the `tracing` crate that logs events to ETW (Event Tracing for Windows)."
@ -14,9 +14,9 @@ default = ["tracing-log"]
bytes = "1"
tracing = "0.1"
tracing-log = { version = "0.2", optional = true, default-features = false, features = ["log-tracer", "std"] }
tracing-subscriber = "0.3.7"
tracing-subscriber = { version = "0.3.7", default-features = false, features = ["smallvec", "fmt", "std"] }
win_etw_metadata = { path = "../win_etw_metadata", version = "0.1.2" }
win_etw_provider = { path = "../win_etw_provider", version = "0.1.9" }
[dev-dependencies]
anyhow = "1"
anyhow = "1"