mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
chore: update dependencies
This commit is contained in:
parent
a835ec3f89
commit
2f2a238475
2 changed files with 237 additions and 228 deletions
435
Cargo.lock
generated
435
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
30
Cargo.toml
30
Cargo.toml
|
@ -9,27 +9,27 @@ edition = "2021"
|
|||
update-check = ["dep:semver"]
|
||||
|
||||
[dependencies]
|
||||
auth-git2 = "0.5.3"
|
||||
auth-git2 = "0.5.4"
|
||||
base64ct = { version = "1.6.0", features = ["std"] }
|
||||
clap = { version = "4.3.11", features = ["derive"] }
|
||||
comrak = "0.24.1"
|
||||
clap = { version = "4.5.11", features = ["derive"] }
|
||||
comrak = "0.26.0"
|
||||
crossterm = "0.27.0"
|
||||
directories = "5.0.1"
|
||||
eyre = "0.6.8"
|
||||
eyre = "0.6.12"
|
||||
forgejo-api = "0.3.2"
|
||||
futures = "0.3.28"
|
||||
git2 = "0.17.2"
|
||||
hyper = "1.3.1"
|
||||
hyper-util = { version = "0.1.5", features = ["tokio", "server", "http1", "http2"] }
|
||||
open = "5.0.0"
|
||||
futures = "0.3.30"
|
||||
git2 = "0.19.0"
|
||||
hyper = "1.4.1"
|
||||
hyper-util = { version = "0.1.6", features = ["tokio", "server", "http1", "http2"] }
|
||||
open = "5.3.0"
|
||||
rand = "0.8.5"
|
||||
semver = { version = "1.0.23", optional = true }
|
||||
serde = { version = "1.0.170", features = ["derive"] }
|
||||
serde_json = "1.0.100"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
sha256 = "1.5.0"
|
||||
soft_assert = "0.1.1"
|
||||
time = { version = "0.3.30", features = ["formatting", "local-offset", "macros"] }
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
url = "2.4.0"
|
||||
uuid = { version = "1.5.0", features = ["v4"] }
|
||||
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"] }
|
||||
tokio = { version = "1.39.1", features = ["full"] }
|
||||
url = "2.5.2"
|
||||
uuid = { version = "1.10.0", features = ["v4"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue