From 2c1d8fc9044313521dd64dbbb6ba469442997534 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 16 Jul 2024 19:37:59 +0100 Subject: [PATCH] Also update gimli --- agb-debug/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb-debug/Cargo.toml b/agb-debug/Cargo.toml index a3ecd23f..13c0890e 100644 --- a/agb-debug/Cargo.toml +++ b/agb-debug/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/agbrs/agb" [dependencies] addr2line = { version = "0.24", default-features = false, features = ["rustc-demangle"] } -gimli = { version = "0.30", default-features = false, features = ["endian-reader", "std"] } +gimli = { version = "0.31", default-features = false, features = ["endian-reader", "std"] } object = { version = "0.36", default-features = false, features = ["read"] } thiserror = "1"