From ed17253bafaf39118f30d6b0e08cbfed006bfb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:41:29 +0000 Subject: [PATCH] Bump smallvec in /evaluator-huggingface/huggingface-tokenizer-jni Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.0 to 1.8.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.4.0...v1.8.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: indirect ... Signed-off-by: dependabot[bot] --- evaluator-huggingface/huggingface-tokenizer-jni/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/evaluator-huggingface/huggingface-tokenizer-jni/Cargo.lock b/evaluator-huggingface/huggingface-tokenizer-jni/Cargo.lock index 83b8e43..3b0dd95 100644 --- a/evaluator-huggingface/huggingface-tokenizer-jni/Cargo.lock +++ b/evaluator-huggingface/huggingface-tokenizer-jni/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.12.2" @@ -608,9 +610,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.4.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" +checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "strsim"