chore: bump tc_tea version

This commit is contained in:
鲁树人
2024-09-12 00:51:50 +01:00
parent 3292ad51ea
commit af965ee0cc
3 changed files with 31 additions and 77 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
anyhow = "1.0.86"
byteorder = "1.5.0"
itertools = "0.13.0"
tc_tea = { version = "0.1.4", default-features = false, features = [] }
lazy_static = "1.5.0"
tc_tea = { version = "0.2.0", default-features = false }
thiserror = "1.0.63"
umc_utils = { path = "../utils" }