Skip to content

Commit

Permalink
Update http-serde requirement from 1.1.2 to 2.1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [http-serde](https://gitlab.com/kornelski/http-serde) to permit the latest version.
- [Commits](https://gitlab.com/kornelski/http-serde/compare/v1.1.2...v2.1.1)

---
updated-dependencies:
- dependency-name: http-serde
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 13, 2024
1 parent e8d0e11 commit 75ac43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "nickserv account verification URL bot"
clap = { version = "4.5.9", features = ["derive"] }
dxr_client = { version = "0.6.2", features = ["reqwest"] }
http = "0.2.12" # warp is stuck on an old version
http-serde = "1.1.3"
http-serde = "2.1.1"
hyper = "1.4.1"
regex = "1.10.5"
reqwest = "0.12.5"
Expand Down

0 comments on commit 75ac43c

Please sign in to comment.