Skip to content

Commit 621a662

Browse files
committed
Add unicode-xid crate to dependencies
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent 58172a0 commit 621a662

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ tower-http = { version = "=0.4.4", features = ["add-extension", "fs", "catch-pan
9898
tracing = "=0.1.40"
9999
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
100100
url = "=2.4.1"
101+
unicode-xid = "0.2.4"
101102

102103
[dev-dependencies]
103104
bytes = "=1.5.0"

0 commit comments

Comments
 (0)