From c46c1ebd275c9b0659be1b7c4fbdd79e6c31ff07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 09:13:23 +0000 Subject: [PATCH] build(deps): update syntect requirement from 4.6 to 5.0 Updates the requirements on [syntect](https://github.com/trishume/syntect) to permit the latest version. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: syntect dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f8da57..6dbb845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ memchr = "2.4" nom = { version = "7.0", default-features = false, features = ["std"] } serde = { version = "1.0", optional = true, features = ["derive"] } serde_indextree = { version = "0.2", optional = true } -syntect = { version = "4.6", optional = true } +syntect = { version = "5.0", optional = true } indexmap = { version = "1.7", features = ["serde-1"], optional = true } # wasm stuff serde-wasm-bindgen = { version = "0.3", optional = true }