diff --git a/Cargo.lock b/Cargo.lock index 6b8e12e..a8b5059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ "libloading", "regex", "serde", - "syncat-stylesheet 2.4.0", + "syncat-stylesheet 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tar", "tempdir", "terminal_size", @@ -609,9 +609,7 @@ dependencies = [ [[package]] name = "syncat-stylesheet" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11bf743af7498422ea342b3342e7f32a39e8298fcc736731fba0351653a7d08e" +version = "3.5.0" dependencies = [ "ansi_term", "cc", @@ -623,7 +621,9 @@ dependencies = [ [[package]] name = "syncat-stylesheet" -version = "2.5.0" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a0ad46e0dea7c8a1affa928824a3eaf1e24812fb9f91921b00eb2587c63ef29" dependencies = [ "ansi_term", "cc", diff --git a/syncat/Cargo.toml b/syncat/Cargo.toml index 2424545..8276bcc 100644 --- a/syncat/Cargo.toml +++ b/syncat/Cargo.toml @@ -26,7 +26,7 @@ regex = "1.5.5" terminal_size = "0.1.10" tree-sitter = "0.20.10" console = "0.10.0" -syncat-stylesheet = { version = "2.4.0", features = ["ansi_term"] } # { path = "../syncat-stylesheet/", features = ["ansi_term"] } +syncat-stylesheet = { version = "3.5.0", features = ["ansi_term"] } # { path = "../syncat-stylesheet/", features = ["ansi_term"] } toml = "0.5.6" libloading = "0.5.2" cc = "1.0.50"