Skip to content

Commit b22f287

Browse files
Add unicase to crate dependencies. (#568)
## Usage and product changes Add unicase to crate dependencies. ## Motivation Needed for the `contains` operator on unicode strings. ## Implementation Added unicode to `Cargo.toml`, ran `update.sh`
1 parent b423878 commit b22f287

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

library/crates/Cargo.lock

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

library/crates/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ tonic-types = "^0.12"
7676
tower = "0.4.13"
7777
tracing = "0.1.37"
7878
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
79+
unicase = { version = "2.8.1" }
7980
ureq = { version = "2.12.1", features = ["tls"]}
8081
uuid = { version = "1.1.2", features = ["fast-rng", "v4"] }
8182
webpki = "0.22.2"

0 commit comments

Comments
 (0)