summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-27 14:42:22 +0000
committerGitHub <noreply@github.com>2020-08-27 14:42:22 +0000
commit90151bcda3d10b8085eda7e3e9b7a16a41a8fcbe (patch)
treed51de866c49fecf302e1e4938bd3c7e55a275770 /Cargo.toml
parente730db58a5b3904435d7e492421608e6b095f54a (diff)
Bump syntect from 4.3.0 to 4.4.0 (#298)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b4f2309..98d67513 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.3.0"
+version = "4.4.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]