From 680c6868a2f980fbb933ebf3f59c6c4797140b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:52:14 -0800 Subject: [PATCH] build(deps): update web-time requirement from 0.2.0 to 1.0.0 (#87) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad63f28..c939a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ pprof = { version = "0.13.0", features = ["flamegraph", "criterion"] } [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies] js-sys = "0.3.64" -web-time = "0.2.0" +web-time = "1.0.0" [lib] bench = false