Skip to content

Commit

Permalink
Upgrade ansitok/ansi-str
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Jan 30, 2025
1 parent 3ef8396 commit e20d700
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions papergrid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ansi = ["ansi-str", "ansitok"]
unicode-width = "0.2"
bytecount = "0.6"
fnv = "1.0"
ansi-str = { version = "0.8", optional = true }
ansitok = { version = "0.2", optional = true }
ansi-str = { version = "0.9", optional = true }
ansitok = { version = "0.3", optional = true }

[dev-dependencies]
testing_table = { version = "0.2", features = ["ansi"] }
Expand Down
4 changes: 2 additions & 2 deletions tabled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ macros = ["std"]
[dependencies]
papergrid = { path = "../papergrid", default-features = false }
tabled_derive = { version = "0.9", optional = true }
ansi-str = { version = "0.8", optional = true }
ansitok = { version = "0.2", optional = true }
ansi-str = { version = "0.9", optional = true }
ansitok = { version = "0.3", optional = true }

[dev-dependencies]
testing_table = { version = "0.2", features = ["ansi"] }
Expand Down
2 changes: 1 addition & 1 deletion testing_table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ readme = "README.md"
ansi = ["ansitok"]

[dependencies]
ansitok = { version = "0.2", optional = true }
ansitok = { version = "0.3", optional = true }
unicode-width = "0.2"

0 comments on commit e20d700

Please sign in to comment.