From 45bbe5e08c72c81b8a40ca17855c4cc898d8f6aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:11:49 +0000 Subject: [PATCH] build(deps): update addr2line requirement from 0.16 to 0.21 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.21.0) --- updated-dependencies: - dependency-name: addr2line 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..45bddbacb 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.21", 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]]