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
-1
View File
@@ -46,7 +46,6 @@ thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "sync", "time"] }
tracing = { workspace = true }
url = { workspace = true }
wildmatch = { workspace = true, features = ["serde"] }
metrics = { workspace = true }
# quick-xml dependencies for custom S3KeyFilter XML deserialization