chore(deps): update all dependencies
This commit is contained in:
@@ -10,4 +10,4 @@ gitea_raw_client = { path = "../gitea_raw_client" }
|
||||
|
||||
async-trait = { workspace = true }
|
||||
|
||||
reqwest = "0.11.17"
|
||||
reqwest = "0.12.3"
|
||||
|
@@ -10,8 +10,8 @@ edition = "2018"
|
||||
serde = "^1.0"
|
||||
serde_derive = "^1.0"
|
||||
serde_json = "^1.0"
|
||||
url = "^2.3"
|
||||
uuid = { version = "^1.3", features = ["serde"] }
|
||||
url = "^2.5"
|
||||
uuid = { version = "^1.8", features = ["serde"] }
|
||||
[dependencies.reqwest]
|
||||
version = "^0.11"
|
||||
version = "^0.12"
|
||||
features = ["json", "multipart"]
|
||||
|
@@ -13,4 +13,4 @@ eyre = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
clap = { version = "4.2.7", features = ["env"] }
|
||||
clap = { version = "4.5.4", features = ["env"] }
|
||||
|
@@ -15,10 +15,10 @@ tracing = { workspace = true }
|
||||
|
||||
rand = "0.8.5"
|
||||
hex = "0.4.3"
|
||||
git2 = { version = "0.17.1", features = [
|
||||
git2 = { version = "0.18.3", features = [
|
||||
"vendored-libgit2",
|
||||
"vendored-openssl",
|
||||
] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_yaml = "0.9.21"
|
||||
octocrab = { version = "0.21.0", features = ["futures-core", "futures-util"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_yaml = "0.9.34+deprecated"
|
||||
octocrab = { version = "0.38.0", features = ["futures-core", "futures-util"] }
|
||||
|
Reference in New Issue
Block a user