From a1fa2752b45d247240da4f28c2d7a76ae81eb671 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 04:37:36 +0000 Subject: [PATCH] Update salsa requirement from 0.14.1 to 0.16.1 Updates the requirements on [salsa](https://github.com/salsa-rs/salsa) to permit the latest version. - [Release notes](https://github.com/salsa-rs/salsa/releases) - [Changelog](https://github.com/salsa-rs/salsa/blob/master/RELEASES.md) - [Commits](https://github.com/salsa-rs/salsa/compare/v0.14.1...v0.16.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f875e7..bccf2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Low level utilites to work with latin strings" [dependencies] -salsa = "0.14.1" +salsa = "0.16.1" shrinkwraprs = "0.3" log = "0.4.8" unicode-normalization = "0.1.12"