From 5599a9d629b78571bc74a0aaafe5bf002a4be770 Mon Sep 17 00:00:00 2001 From: Keito Uchiyama Date: Tue, 27 Aug 2024 19:43:15 -0700 Subject: [PATCH] Bump bstr to 1.6.2 Reviewed By: dtolnay Differential Revision: D61884279 fbshipit-source-id: ba7677be83185929e3c575647296b53c823fd874 --- Cargo.toml | 2 +- vendor/ocaml/interop/ocamlrep/Cargo.toml | 2 +- vendor/ocaml/interop/signed_source/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69ebe945..f2fd7526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/vendor/ocaml/interop/ocamlrep/Cargo.toml b/vendor/ocaml/interop/ocamlrep/Cargo.toml index 1ba33a87..6f8560b4 100644 --- a/vendor/ocaml/interop/ocamlrep/Cargo.toml +++ b/vendor/ocaml/interop/ocamlrep/Cargo.toml @@ -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" } diff --git a/vendor/ocaml/interop/signed_source/Cargo.toml b/vendor/ocaml/interop/signed_source/Cargo.toml index 369d4e6e..55b7176c 100644 --- a/vendor/ocaml/interop/signed_source/Cargo.toml +++ b/vendor/ocaml/interop/signed_source/Cargo.toml @@ -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"