diff options
author | Cyborus <cyborus@noreply.codeberg.org> | 2024-01-02 00:46:44 +0100 |
---|---|---|
committer | Cyborus <cyborus@noreply.codeberg.org> | 2024-01-02 00:46:44 +0100 |
commit | 9573940f61d3c7934fb29d2744f5de583c52d9bf (patch) | |
tree | e758222b8bc5d6cf78531e202f655f7f95705235 /Cargo.toml | |
parent | Merge pull request 'fix key including newline when read from stdin' (#34) fro... (diff) | |
parent | update `forgejo-api` (diff) | |
download | forgejo-cli-0.0.2.tar.xz forgejo-cli-0.0.2.zip |
Merge pull request 'update `forgejo-api`' (#35) from update-api into mainv0.0.2
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/35
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ auth-git2 = "0.5.3" clap = { version = "4.3.11", features = ["derive"] } directories = "5.0.1" eyre = "0.6.8" -forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git", rev = "bfb341c3e6" } +forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git", rev = "cb192d8eef" } futures = "0.3.28" git2 = "0.17.2" open = "5.0.0" |