1
0
Fork 0

Merging upstream version 0.6.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-10 06:12:32 +01:00
parent 56fc4a167c
commit cf4e7a073c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 5674 additions and 470 deletions

View file

@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "forgejo-api"
version = "0.5.0"
version = "0.6.0"
build = false
autolib = false
autobins = false
@ -51,7 +51,7 @@ version = "1.6.0"
version = "1.5.0"
[dependencies.reqwest]
version = "0.11.18"
version = "0.12"
features = [
"json",
"multipart",
@ -93,7 +93,7 @@ version = "1.7.0"
version = "0.6.9"
[dev-dependencies.reqwest]
version = "0.11.18"
version = "0.12"
features = ["cookies"]
[dev-dependencies.tokio]