Update color-eyre

We no longer need to patch `ansi-parser`.
This commit is contained in:
Lucas Schwiderski 2024-05-11 17:44:44 +02:00
parent 6edd8e92c9
commit 4ad30a8a12
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
3 changed files with 3 additions and 2 deletions

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