espmonitor
espmonitor copied to clipboard
Cargo tool for monitoring ESP32/ESP8266 execution
Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. Changelog Sourced from object's changelog. 0.30.0 Released 2022/11/22. Breaking changes The minimum supported rust version for the read feature has...
Updates the requirements on [gimli](https://github.com/gimli-rs/gimli) to permit the latest version. Changelog Sourced from gimli's changelog. 0.27.0 Released 2022/11/23. Breaking changes Added read::Dwarf::abbreviations_cache to cache abbreviations at offset 0. Changed read::Dwarf::abbreviations...
Updates the requirements on [addr2line](https://github.com/gimli-rs/addr2line) to permit the latest version. Changelog Sourced from addr2line's changelog. 0.19.0 (2022/11/24) Breaking changes Updated gimli and object dependencies. 0.18.0 (2022/07/16) Breaking changes Updated object...
Bumps [addr2line](https://github.com/gimli-rs/addr2line) from 0.18.0 to 0.19.0. Changelog Sourced from addr2line's changelog. 0.19.0 (2022/11/24) Breaking changes Updated gimli and object dependencies. Commits 3a2dbaf Release 0.19.0 (#259) 753ce05 Bump cpp_demangle to 0.4...
Bumps [gimli](https://github.com/gimli-rs/gimli) from 0.26.2 to 0.27.0. Changelog Sourced from gimli's changelog. 0.27.0 Released 2022/11/23. Breaking changes Added read::Dwarf::abbreviations_cache to cache abbreviations at offset 0. Changed read::Dwarf::abbreviations to return Result<Arc<Abbreviations>>, and...
Bumps [object](https://github.com/gimli-rs/object) from 0.29.0 to 0.30.0. Changelog Sourced from object's changelog. 0.30.0 Released 2022/11/22. Breaking changes The minimum supported rust version for the read feature has changed to 1.52.0. #458...
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 4.0.26. Release notes Sourced from clap's releases. v4.0.26 [4.0.26] - 2022-11-16 Fixes (error) Fix typos in ContextKind::as_str v4.0.25 [4.0.25] - 2022-11-15 Features (error) Report available...
I will be transitioning from `defmt-rtt` to using the USB Jtag peripheral as my defmt printer since I cannot use `direct-boot`. Would it be possible to add `defmt` decoding support...
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.0. Changelog Sourced from regex's changelog. 1.7.0 (2022-11-05) This release principally includes an upgrade to Unicode 15. New features: [FEATURE #832](rust-lang/regex#916): Upgrade to Unicode 15....
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.66. Release notes Sourced from anyhow's releases. 1.0.66 Reduce unhelpful backtrace frames in backtraces captured during a context call (#279) 1.0.65 impl Provider for anyhow::Error...