diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 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" } +forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git", rev = "cdb15605f6" } futures = "0.3.28" git2 = "0.17.2" open = "5.0.0" @@ -19,4 +19,5 @@ serde_json = "1.0.100" soft_assert = "0.1.1" tokio = { version = "1.29.1", features = ["full"] } url = "2.4.0" +uuid = { version = "1.5.0", features = ["v4"] } |