Merge branch 'xx-update-deps' into 'main'
Optimize CI and update deps See merge request !4
No related branches found
No related tags found
This diff is collapsed.
[package] | ||
name = "gitlab-project-doctor" | ||
version = "0.4.1-dev" | ||
version = "0.5.0-dev" | ||
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
... | ... | @@ -13,10 +13,10 @@ chrono = "0.4.34" |
console = "0.15.2" | ||
derive_builder = "0.20.0" | ||
dialoguer = "0.11.0" | ||
git2 = { version = "0.18.1", features = ["vendored-libgit2"] } | ||
gitlab = "0.1609.2" | ||
git2 = { version = "0.19.0", features = ["vendored-libgit2"] } | ||
gitlab = "0.1701.0" | ||
# Erreurs au passage de la version 0.13.0 | ||
graphql_client = "~0.11.0" | ||
graphql_client = "~0.14.0" | ||
human_bytes = "0.4.3" | ||
i18n-embed = { version = "0.14.1", features = ["fluent-system", "desktop-requester"] } | ||
i18n-embed-fl = "0.8.0" | ||
... | ... |
Please register or sign in to comment