Skip to content

Commit

Permalink
Bump bstr to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 21, 2024
1 parent e4edc6f commit 3bc06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.2", optional = true, default-features = false }
serde = { version = "1.0.130", optional = true, features = ["derive"] }

[[example]]
Expand Down

0 comments on commit 3bc06d2

Please sign in to comment.