Skip to content

Commit 1e1878e

Browse files
committed
Merge branch 'main' of github.com:SareProject/sare
2 parents e008657 + 22637bf commit 1e1878e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sare-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ path = "src/main.rs"
2525
argh = "0.1.12"
2626
chrono = "0.4.41"
2727
colored = "3.0.0"
28-
dirs = "5.0.1"
29-
duration-str = "0.11.2"
28+
dirs = "6.0.0"
29+
duration-str = "0.17.0"
3030
hex = "0.4.3"
3131
indicatif = "0.18.0"
3232
log = "0.4.22"

sare-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde = { version = "1.0.193", features = ["derive"] }
3434
serde_bytes = "0.11.17"
3535
sha2 = "0.10.8"
3636
sha3 = "0.10.8"
37-
tiny-bip39 = { version = "1.0.0", default-features = false }
37+
tiny-bip39 = { version = "2.0.0", default-features = false }
3838

3939
[dev-dependencies]
4040
base64 = "0.21.5"

0 commit comments

Comments
 (0)