Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-02 22:37:31 +00:00
parent ce5efdd6b8
commit 38d2dc932e
4 changed files with 114 additions and 57 deletions

View File

@@ -13,4 +13,4 @@ eyre = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }
clap = { version = "4.1.13", features = ["env"] }
clap = { version = "4.2.1", features = ["env"] }

View File

@@ -15,10 +15,10 @@ tracing = { workspace = true }
rand = "0.8.5"
hex = "0.4.3"
git2 = { version = "0.16.1", features = [
git2 = { version = "0.17.0", features = [
"vendored-libgit2",
"vendored-openssl",
] }
serde = { version = "1.0.158", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_yaml = "0.9.19"
octocrab = { version = "0.19.0", features = ["futures-core", "futures-util"] }