8
37
Fork
You've already forked forgejo-api
18

Bump dependencies #162

Merged
Cyborus merged 1 commit from ds-cbo/forgejo-api:bump-dependencies into main 2026年07月11日 18:06:30 +02:00
Contributor
Copy link

Ran cargo upgrade --incompatible and cargo update to bump dependencies, then cargo test to check what broke

Fixes forgejo-contrib/forgejo-cli#557

Ran `cargo upgrade --incompatible` and `cargo update` to bump dependencies, then `cargo test` to check what broke Fixes https://codeberg.org/forgejo-contrib/forgejo-cli/issues/557
Bump dependencies
All checks were successful
ci/woodpecker/pr/integration Pipeline was successful
ci/woodpecker/pr/check Pipeline was successful
ci/woodpecker/pr/codegen-check Pipeline was successful
a5f7785b16
@ -11,3 +11,3 @@
[dependencies]
reqwest = { version = "0.12", default-features = false, features = ["charset", "http2", "macos-system-configuration", "json", "multipart"] }
reqwest = { version = "0.13.4", default-features = false, features = ["charset", "http2", "system-proxy", "json", "multipart"] }
Author
Contributor
Copy link

macos-system-configuration was renamed to system-proxy, see https://github.com/seanmonstar/reqwest/pull/2901

macos-system-configuration was renamed to system-proxy, see https://github.com/seanmonstar/reqwest/pull/2901
@ -29,2 +29,3 @@
sync = ["reqwest/blocking"]
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls = ["reqwest/rustls"]
native-tls = ["reqwest/native-tls"]
Author
Contributor
Copy link

rustls-tls feature was renamed to rustls, added native-tls feature

should we rename forgejo-api feature to just rustls as well? would be a breaking change, but would align with upstream

rustls-tls feature was renamed to rustls, added native-tls feature should we rename forgejo-api feature to just `rustls` as well? would be a breaking change, but would align with upstream
Owner
Copy link

I think it's fine to leave it as-is.

I think it's fine to leave it as-is.
@ -34,2 +34,2 @@
reqwest = { version = "0.12", features = ["cookies"] }
tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] }
eyre = "0.6.12"
reqwest = { version = "0.13", features = ["cookies", "form"] }
Author
Contributor
Copy link

tests use RequestBuilder::form(), was extracted to reqwest feature form

tests use `RequestBuilder::form()`, was extracted to reqwest feature `form`
Cyborus left a comment
Copy link

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Cyborus/forgejo-api!162
Reference in a new issue
Cyborus/forgejo-api
No description provided.
Delete branch "ds-cbo/forgejo-api:bump-dependencies"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?