Skip to content

Commit

Permalink
Bump bstr to 1.5.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Jul 21, 2024
1 parent 1980122 commit 5597dc4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.0", optional = true, default-features = false }
serde = { version = "1.0.130", optional = true, features = ["derive"] }

[[example]]
Expand Down

0 comments on commit 5597dc4

Please sign in to comment.