Skip to content

Commit

Permalink
Bump bstr to 1.6.2
Browse files Browse the repository at this point in the history
Reviewed By: dtolnay

Differential Revision: D61884279

fbshipit-source-id: ba7677be83185929e3c575647296b53c823fd874
  • Loading branch information
keito authored and facebook-github-bot committed Aug 28, 2024
1 parent 13b77ca commit 5599a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "print_cst"
path = "print_cst.rs"

[dependencies]
bstr = { version = "1.4.0", features = ["serde", "std", "unicode"] }
bstr = { version = "1.6.2", features = ["serde", "std", "unicode"] }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
itertools = "0.11.0"
num_enum = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/ocamlrep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
doctest = false

[dependencies]
bstr = { version = "1.4.0", features = ["serde", "std", "unicode"] }
bstr = { version = "1.6.2", features = ["serde", "std", "unicode"] }
bumpalo = { version = "3.14.0", features = ["collections"] }
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
ocamlrep_derive = { path = "../ocamlrep_derive" }
Expand Down
2 changes: 1 addition & 1 deletion vendor/ocaml/interop/signed_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "signed_source.rs"
doctest = false

[dependencies]
bstr = { version = "1.4.0", features = ["serde", "std", "unicode"] }
bstr = { version = "1.6.2", features = ["serde", "std", "unicode"] }
hex = "0.4.3"
md-5 = "0.10"
once_cell = "1.12"
Expand Down

0 comments on commit 5599a9d

Please sign in to comment.