Update dependencies #172

Merged
lucas merged 3 commits from feat/updates into master 2024-05-15 15:30:13 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 4ad30a8a12 - Show all commits

2
Cargo.lock generated
View file

@ -40,6 +40,8 @@ dependencies = [
[[package]]
name = "ansi-parser"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad5bd94a775101bd68c2de2bb28ca2eccd69f395ae3aec4ac4f6da3c1cd2c6a"
dependencies = [
"heapless",
"nom",

View file

@ -12,7 +12,6 @@ members = [
[patch.crates-io]
color-eyre = { path = "lib/color-eyre" }
ansi-parser = { path = "lib/ansi-parser" }
[profile.dev.package.backtrace]
opt-level = 3

@ -1 +1 @@
Subproject commit 0fa05eba9954be223b06468c8760b97e660f9941
Subproject commit 8a3d4544046f956e8e28c906553dc54d325368c1