diff options
| author | Max Audron <audron@cocaine.farm> | 2022-06-07 12:28:18 +0200 |
|---|---|---|
| committer | Maximilian Manz <maximilian.manz@de.clara.net> | 2022-06-20 11:33:04 +0200 |
| commit | 149b270c155612d10e5f7d6d14633c7c86140cc5 (patch) | |
| tree | 067023a94315b6e77b5de4ab7a58131135f883c8 /Cargo.toml | |
| parent | replace structopt with clap 3 (diff) | |
update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ edition = "2021" tokio = { version = "1", features = ["full", "rt-multi-thread"] } futures = "0.3" -gitlab = "0.1403" -graphql_client = "0.8" +gitlab = "0.1408" +graphql_client = "0.10" git2 = { version = "0.13", features = ["vendored-libgit2", "vendored-openssl"] } |
