mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
Merge pull request 'update dependencies' (#96) from update-deps into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/96
This commit is contained in:
commit
121be52f37
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"]
|
update-check = ["dep:semver"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
auth-git2 = "0.5.3"
|
auth-git2 = "0.5.4"
|
||||||
base64ct = { version = "1.6.0", features = ["std"] }
|
base64ct = { version = "1.6.0", features = ["std"] }
|
||||||
clap = { version = "4.3.11", features = ["derive"] }
|
clap = { version = "4.5.11", features = ["derive"] }
|
||||||
comrak = "0.24.1"
|
comrak = "0.26.0"
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
directories = "5.0.1"
|
directories = "5.0.1"
|
||||||
eyre = "0.6.8"
|
eyre = "0.6.12"
|
||||||
forgejo-api = "0.3.2"
|
forgejo-api = "0.3.2"
|
||||||
futures = "0.3.28"
|
futures = "0.3.30"
|
||||||
git2 = "0.17.2"
|
git2 = "0.19.0"
|
||||||
hyper = "1.3.1"
|
hyper = "1.4.1"
|
||||||
hyper-util = { version = "0.1.5", features = ["tokio", "server", "http1", "http2"] }
|
hyper-util = { version = "0.1.6", features = ["tokio", "server", "http1", "http2"] }
|
||||||
open = "5.0.0"
|
open = "5.3.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
semver = { version = "1.0.23", optional = true }
|
semver = { version = "1.0.23", optional = true }
|
||||||
serde = { version = "1.0.170", features = ["derive"] }
|
serde = { version = "1.0.204", features = ["derive"] }
|
||||||
serde_json = "1.0.100"
|
serde_json = "1.0.120"
|
||||||
sha256 = "1.5.0"
|
sha256 = "1.5.0"
|
||||||
soft_assert = "0.1.1"
|
soft_assert = "0.1.1"
|
||||||
time = { version = "0.3.30", features = ["formatting", "local-offset", "macros"] }
|
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"] }
|
||||||
tokio = { version = "1.29.1", features = ["full"] }
|
tokio = { version = "1.39.1", features = ["full"] }
|
||||||
url = "2.4.0"
|
url = "2.5.2"
|
||||||
uuid = { version = "1.5.0", features = ["v4"] }
|
uuid = { version = "1.10.0", features = ["v4"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue