Update ansi-parser
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc

This commit is contained in:
Lucas Schwiderski 2024-07-08 16:55:32 +02:00
parent 96a7eeb1e0
commit b403751228
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -28,8 +28,8 @@ dependencies = [
[[package]]
name = "ansi-parser"
version = "0.9.0"
source = "git+https://gitlab.com/lschwiderski/ansi-parser.git?branch=issue/outdated-heapless#af1951d16951a37101139763593be44103e3a477"
version = "0.9.1"
source = "git+https://gitlab.com/lschwiderski/ansi-parser.git?branch=issue/outdated-heapless#bfcd2689677fa93ce72c55833e891af36c65b2aa"
dependencies = [
"heapless",
"nom",

View file

@ -17,7 +17,7 @@ zip = { version = "1.3.0", default-features = false, features = ["deflate", "bzi
[patch.crates-io]
color-eyre = { path = "lib/color-eyre" }
ansi-parser = { git = "https://gitlab.com/lschwiderski/ansi-parser.git", branch = "issue/outdated-heapless" }
ansi-parser = { git = "https://gitlab.com/lschwiderski/ansi-parser.git", branch = "issue/outdated-heapless", version = "0.9.1" }
[profile.dev.package.backtrace]
opt-level = 3