diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-07-25 18:53:24 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-07-25 18:53:24 +0200 |
commit | 2f2a2384754b054c851bf565732fa7aad9652ff9 (patch) | |
tree | bb7daff52340b1be8f90d426e7d7d08ac155eede /Cargo.toml | |
parent | Merge pull request 'add branch guessing on pr creation' (#95) from pr-branch-... (diff) | |
download | forgejo-cli-2f2a2384754b054c851bf565732fa7aad9652ff9.tar.xz forgejo-cli-2f2a2384754b054c851bf565732fa7aad9652ff9.zip |
chore: update dependencies
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -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"] } |