Skip to content

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 e8cbf64 commit 7364d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocamlrep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 signed_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 7364d74

Please sign in to comment.