summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-03-23 23:24:37 +0100
committerHenry <mail@henrygressmann.de>2026-03-23 23:24:37 +0100
commit9d19098154714d5196a803e7f098105690decbbd (patch)
tree2df06ac2efebbba478dfdff5b911f5cbb947ceab /Cargo.lock
parent9438505b0e4863984c0ea12637019e512530eece (diff)
chore: cleanup
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 2 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0c04154..04471e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -21,12 +21,6 @@ dependencies = [
]
[[package]]
-name = "allocator-api2"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880"
-
-[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -374,9 +368,9 @@ dependencies = [
[[package]]
name = "itoa"
-version = "1.0.17"
+version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
+checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "leb128fmt"
@@ -652,7 +646,6 @@ dependencies = [
name = "tinywasm"
version = "0.9.0-alpha.0"
dependencies = [
- "allocator-api2",
"criterion",
"eyre",
"indexmap",