Skip to content

Commit

Permalink
build(deps): update addr2line requirement from 0.16 to 0.21 in /kernel
Browse files Browse the repository at this point in the history
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](gimli-rs/addr2line@0.16.0...0.21.0)

---
updated-dependencies:
- dependency-name: addr2line
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent cb4e2b5 commit 45bbe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 45bbe5e

Please sign in to comment.