mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-15 08:27:15 +00:00
Merge pull request #818 from cobalt-org/dependabot/cargo/syntect-4.5.0
build(deps): bump syntect from 4.4.0 to 4.5.0
This commit is contained in:
commit
79a31defc6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1471,9 +1471,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",
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue