From 87b2856634dfef990b26698ea7061e2559c33ec5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 08:00:50 +0000 Subject: [PATCH] build(deps): bump syntect from 4.4.0 to 4.5.0 Bumps [syntect](https://github.com/trishume/syntect) from 4.4.0 to 4.5.0. - [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.4.0...v4.5.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8061f4e..0a67f9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,9 +1462,9 @@ dependencies = [ [[package]] name = "syntect" -version = "4.4.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3978df05b5850c839a6b352d3c35ce0478944a4be689be826b53cf75363e88" +checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5" dependencies = [ "bincode", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 028d5fd..6c1d9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ mime_guess = { version = "2", optional = true } sass-rs = { version = "0.2", optional = true } [dependencies.syntect] -version = "4.4.0" +version = "4.5.0" optional = true default-features = false features = ["parsing", "regex-fancy", "assets", "html", "dump-load-rs"]