commit 3971be30b00b637ee1abfcd4412d86412a3143b6
parent bfe2ad6c6d52b29e6fe5e3486bde9b1b3cbba3c9
Author: William Casarin <jb55@jb55.com>
Date: Thu, 21 Dec 2023 10:59:03 -0800
update lockfile
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -943,6 +943,15 @@ dependencies = [
]
[[package]]
+name = "html-escape"
+version = "0.2.13"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
+dependencies = [
+ "utf8-width",
+]
+
+[[package]]
name = "http"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1444,6 +1453,7 @@ dependencies = [
"egui_skia",
"env_logger",
"hex",
+ "html-escape",
"http 1.0.0",
"http-body-util",
"hyper 1.1.0",
@@ -2547,6 +2557,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
+name = "utf8-width"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
+
+[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"