Revert "add tracing + custom error type"

This reverts commit 4702017914.
This commit is contained in:
Philipp Hofer
2025-10-16 11:53:06 +02:00
parent 4702017914
commit 5ee6a679c5
4 changed files with 11 additions and 44 deletions

13
Cargo.lock generated
View File

@@ -726,7 +726,6 @@ dependencies = [
"serde_json",
"thiserror",
"tokio",
"tracing",
]
[[package]]
@@ -1292,21 +1291,9 @@ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.34"