Update all dependencies
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-28 14:34:40 +00:00
parent b2b851a144
commit 53645f6274
6 changed files with 54 additions and 55 deletions

View File

@@ -15,10 +15,10 @@ tracing = { workspace = true }
rand = "0.8.5"
hex = "0.4.3"
git2 = { version = "0.15.0", features = [
git2 = { version = "0.16.1", features = [
"vendored-libgit2",
"vendored-openssl",
] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.16"
octocrab = { version = "0.17.0", features = ["futures-core", "futures-util"] }
serde_yaml = "0.9.17"
octocrab = { version = "0.18.1", features = ["futures-core", "futures-util"] }