diff options
author | Cyborus <cyborus@noreply.codeberg.org> | 2024-12-29 18:55:53 +0100 |
---|---|---|
committer | Cyborus <cyborus@noreply.codeberg.org> | 2024-12-29 18:55:53 +0100 |
commit | 76da2560ce8303817f1cc45f2da0d5ccb22c895b (patch) | |
tree | a872454e39e1a87ad94448a1795bdb45ef35d796 /Cargo.toml | |
parent | Merge pull request 'bump version to 0.5.0' (#77) from bump-0.5.0 into main (diff) | |
parent | cargo: update `publicsuffix` (diff) | |
download | forgejo-api-main.tar.xz forgejo-api-main.zip |
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/78
Reviewed-by: Cyborus <cyborus@noreply.codeberg.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ description = "Interface to Forgejo's Web API" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11.18", features = ["json", "multipart"] } +reqwest = { version = "0.12", features = ["json", "multipart"] } soft_assert = "0.1.1" thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["net"] } @@ -24,5 +24,5 @@ zeroize = "1.7.0" [dev-dependencies] eyre = "0.6.9" -reqwest = { version = "0.11.18", features = ["cookies"] } +reqwest = { version = "0.12", features = ["cookies"] } tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] } |