update lockfile

This commit is contained in:
William Casarin 2023-12-21 10:59:03 -08:00
parent bfe2ad6c6d
commit 3971be30b0

16
Cargo.lock generated
View File

@ -942,6 +942,15 @@ dependencies = [
"windows-sys 0.52.0",
]
[[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"
@ -1444,6 +1453,7 @@ dependencies = [
"egui_skia",
"env_logger",
"hex",
"html-escape",
"http 1.0.0",
"http-body-util",
"hyper 1.1.0",
@ -2546,6 +2556,12 @@ version = "0.7.6"
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"