chore: bump dependencies and version to v0.1.2

This commit is contained in:
鲁树人
2024-12-15 01:25:01 +09:00
parent 8b9348b4fc
commit 4c1bcf8fd5
16 changed files with 115 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "umc_joox"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
[dependencies]
@@ -10,6 +10,6 @@ cipher = "0.4.4"
hmac = "0.12.1"
pbkdf2 = "0.12.2"
sha1 = "0.10.5"
thiserror = "1.0.64"
thiserror = "2.0.7"
umc_qmc = { path = "../qmc" }
umc_utils = { path = "../utils" }