feat: support trace_filter (#4818)

This commit is contained in:
Matthias Seitz
2023-10-03 00:21:40 +02:00
committed by GitHub
parent 08c5c43b78
commit 74808eddcc
5 changed files with 152 additions and 15 deletions

4
Cargo.lock generated
View File

@ -7680,9 +7680,9 @@ dependencies = [
[[package]]
name = "tinystr"
version = "0.7.2"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8faa444297615a4e020acb64146b0603c9c395c03a97c17fd9028816d3b4d63e"
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
dependencies = [
"displaydoc",
"serde",