diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-06T20·00+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-01-07T08·02+0000 |
commit | f04829a1bb98c95ddf65c03474d46e9a30ae37ce (patch) | |
tree | 3973081a438cbf3d21d069201770efb97298313c /tools/cheddar/Cargo.lock | |
parent | 0efe78b3a74ca09f6358e91f4c24c4e765c8844b (diff) |
chore(tools/cheddar): bump to syntect 5.0 r/5622
Upgrade to syntect 5.0 and load the new kind of syntax set serialisation with the new helper function for that purpose. Includes other minor API fixes as well, note that the things that are now calling `expect` previously failed internally at those points and we're reasonably confident they don't fail in production. This has been waiting for a long time ... Change-Id: I8af4fef995ff64bfbe24e1f13917fa50ecb6e4ad Reviewed-on: https://cl.tvl.fyi/c/depot/+/7787 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
Diffstat (limited to 'tools/cheddar/Cargo.lock')
-rw-r--r-- | tools/cheddar/Cargo.lock | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/tools/cheddar/Cargo.lock b/tools/cheddar/Cargo.lock index 71eb0a293e87..2787d79cb782 100644 --- a/tools/cheddar/Cargo.lock +++ b/tools/cheddar/Cargo.lock @@ -184,7 +184,7 @@ dependencies = [ "rouille", "serde", "serde_json", - "syntect 4.6.0", + "syntect", ] [[package]] @@ -282,7 +282,7 @@ dependencies = [ "pest_derive", "regex", "shell-words", - "syntect 5.0.0", + "syntect", "typed-arena", "unicode_categories", "xdg", @@ -658,12 +658,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - -[[package]] name = "libc" version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1168,28 +1162,6 @@ dependencies = [ [[package]] name = "syntect" -version = "4.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031" -dependencies = [ - "bincode", - "bitflags", - "flate2", - "fnv", - "lazy_static", - "lazycell", - "onig", - "plist", - "regex-syntax", - "serde", - "serde_derive", - "serde_json", - "walkdir", - "yaml-rust", -] - -[[package]] -name = "syntect" version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8" |