Merge branch 'master' into flame

This commit is contained in:
Mark Thom
2023-11-24 18:00:55 +01:00
committed by GitHub
17 changed files with 246 additions and 74 deletions

12
Cargo.lock generated
View File

@@ -379,16 +379,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "console_log"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
@@ -2471,7 +2461,6 @@ dependencies = [
"bytes",
"chrono",
"console_error_panic_hook",
"console_log",
"cpu-time",
"criterion",
"crossterm",
@@ -2488,6 +2477,7 @@ dependencies = [
"hostname",
"iai-callgrind",
"indexmap 1.9.3",
"js-sys",
"lazy_static",
"lexical",
"libc",