diff --git a/Cargo.lock b/Cargo.lock index e3be4364..23fd607f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,9 +1064,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 c7db6f76..5fd0272c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ optional = true default-features = false [dependencies.syntect] -version = "4.4.0" +version = "4.5.0" default-features = false features = ["parsing", "yaml-load", "dump-load", "dump-create"]