Bump bstr to 1.5.0 (#69)

This commit is contained in:
Armin Ronacher 2024-07-21 22:56:45 +02:00 committed by GitHub
parent 1980122418
commit 5597dc41cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View file

@ -33,7 +33,7 @@ serde_json = "1.0.68"
[dependencies]
unicode-segmentation = { version = "1.7.1", optional = true }
bstr = { version = "0.2.14", optional = true, default-features = false }
bstr = { version = "1.5.0", optional = true, default-features = false }
serde = { version = "1.0.130", optional = true, features = ["derive"] }
[[example]]