build: fix keyring to 4.0.0; fix all API incompatibilities
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If4fc94695137265ac73506bdd2a62ae96a6a6964
This commit is contained in:
parent
98892ac48b
commit
422da994d2
4 changed files with 2763 additions and 103 deletions
|
|
@ -21,13 +21,14 @@ futures = "0.3.32"
|
|||
git2 = "0.20.4"
|
||||
glob = "0.3.3"
|
||||
indicatif = "0.18.4"
|
||||
keyring = "3.6.3"
|
||||
libc = "0.2.185"
|
||||
keyring = "4.0.0"
|
||||
keyring-core = "1.0.0"
|
||||
libc = "0.2.186"
|
||||
log = "0.4.29"
|
||||
md-5 = "0.11.0"
|
||||
rand = "0.10.1"
|
||||
regex = "1.12.3"
|
||||
reqwest = { version = "0.13.2", features = [ "json" ] }
|
||||
reqwest = { version = "0.13.3", features = [ "json" ] }
|
||||
semver = "1.0.28"
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
|
|
@ -40,7 +41,7 @@ thiserror = "2.0.18"
|
|||
tokio = { version = "1.52.1", features = [ "full" ] }
|
||||
walkdir = "2.5.0"
|
||||
yansi = "1.0.1"
|
||||
zip = "8.5.1"
|
||||
zip = "8.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
mockito = "1.7.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue