fix(deps): update all dependencies
This commit is contained in:
@@ -13,12 +13,12 @@ eyre = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.0"
|
||||
hex = "0.4.3"
|
||||
git2 = { version = "0.19.0", features = [
|
||||
git2 = { version = "0.20.0", features = [
|
||||
"vendored-libgit2",
|
||||
"vendored-openssl",
|
||||
] }
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
serde_yaml = "0.9.34+deprecated"
|
||||
octocrab = { version = "0.39.0", features = ["futures-core", "futures-util"] }
|
||||
octocrab = { version = "0.44.0", features = ["futures-core", "futures-util"] }
|
||||
|
Reference in New Issue
Block a user