From 3896f3d6967e1c3c30a1c73a824616ce037d120b Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 12 Dec 2025 19:55:07 +1300 Subject: Update highlight dependency --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9923224..f92befc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,8 +39,8 @@ dependencies = [ [[package]] name = "highlight" -version = "1.0.1" -source = "git+git://benbridle.com/highlight?tag=v1.0.1#a7282a8de548fd14bc60519453e9a6e43b23acde" +version = "1.0.2" +source = "git+git://benbridle.com/highlight?tag=v1.0.2#e4802ab2a5422a87e4aadcb11b1cdb2d68f9c355" dependencies = [ "fancy-regex", ] diff --git a/Cargo.toml b/Cargo.toml index 9ddee36..048b7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.0" } recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" } log = { git = "git://benbridle.com/log", tag = "v2.0.0" } switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" } -highlight = { git = "git://benbridle.com/highlight", tag = "v1.0.1" } +highlight = { git = "git://benbridle.com/highlight", tag = "v1.0.2" } [profile.release] lto=true -- cgit v1.2.3-70-g09d2