This commit is contained in:
Maxim Zhiburt 2025-02-26 00:22:24 +03:00
parent fdf29caf56
commit 23a136432a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -6969,7 +6969,7 @@ dependencies = [
[[package]]
name = "tabled"
version = "0.18.0"
source = "git+https://github.com/zhiburt/tabled?rev=69479aa1b9b71eef23da0d5f0faecc2be343f95a#69479aa1b9b71eef23da0d5f0faecc2be343f95a"
source = "git+https://github.com/zhiburt/tabled?rev=2c2a2c02e3a37ac5087b93a576d6c87a67ea0b62#2c2a2c02e3a37ac5087b93a576d6c87a67ea0b62"
dependencies = [
"ansi-str 0.9.0",
"ansitok 0.3.0",

View File

@ -157,7 +157,7 @@ sha2 = "0.10"
strip-ansi-escapes = "0.2.0"
syn = "2.0"
sysinfo = "0.33"
tabled = { git = "https://github.com/zhiburt/tabled", rev = "69479aa1b9b71eef23da0d5f0faecc2be343f95a", default-features = false }
tabled = { git = "https://github.com/zhiburt/tabled", rev = "2c2a2c02e3a37ac5087b93a576d6c87a67ea0b62", default-features = false }
tempfile = "3.15"
titlecase = "3.0"
toml = "0.8"