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:
Cyborus 2024-07-25 17:03:29 +00:00
commit 121be52f37
2 changed files with 237 additions and 228 deletions

435
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"] }