Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Upgrade bstr
Browse files Browse the repository at this point in the history
Summary: I need these newer versions in a package I want. Upgrade them so instead of having two copies floating around the repo (one we use, one as a dependency), we only have one.

Reviewed By: zertosh

Differential Revision: D62025002

fbshipit-source-id: 604c96f9ae7655fa87d8df9cc0a59854edb28601
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Aug 30, 2024
1 parent 5599a9d commit 2d65ac6
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.6.2", features = ["serde", "std", "unicode"] }
bstr = { version = "1.10.0", 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.6.2", features = ["serde", "std", "unicode"] }
bstr = { version = "1.10.0", 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.6.2", features = ["serde", "std", "unicode"] }
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
hex = "0.4.3"
md-5 = "0.10"
once_cell = "1.12"
Expand Down

0 comments on commit 2d65ac6

Please sign in to comment.