fix(notify): handle processing_events underflow and literal ? matching (#4468)

This commit is contained in:
Zhengchao An
2026-07-08 18:30:48 +08:00
committed by GitHub
parent 718c051ff3
commit 7a33ba5e21
4 changed files with 197 additions and 18 deletions
Generated
-10
View File
@@ -9536,7 +9536,6 @@ dependencies = [
"tracing",
"tracing-subscriber",
"url",
"wildmatch",
]
[[package]]
@@ -12454,15 +12453,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
[[package]]
name = "wildmatch"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29333c3ea1ba8b17211763463ff24ee84e41c78224c16b001cd907e663a38c68"
dependencies = [
"serde",
]
[[package]]
name = "winapi"
version = "0.3.9"