From 930182b4b8a4c860954ccdc54ecb1c92a6d49e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:57 +0000 Subject: [PATCH] Update addr2line requirement from 0.16 to 0.25 in /kernel Updates the requirements on [addr2line](https://github.com/gimli-rs/addr2line) to permit the latest version. - [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/addr2line/compare/0.16.0...0.25.0) --- updated-dependencies: - dependency-name: addr2line dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kernel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index d91aeae3c..093015294 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -52,7 +52,7 @@ gimli = { version = "0.26", default-features = false, features = ["read", "endia gdbstub = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6", default-features = false, features = ["alloc"] } gdbstub_arch = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6" } # Optional external libraries: -addr2line = { version = "0.16", default-features = false, features = ["rustc-demangle"], optional = true } +addr2line = { version = "0.25", default-features = false, features = ["rustc-demangle"], optional = true } smoltcp = { version = "0.8.0", default-features = false, features = [ "alloc", "log", "proto-ipv4", "proto-igmp", "proto-dhcpv4", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp" ], optional = true } [[bin]]