Skip to content

Commit

Permalink
chore: Update http-serde requirement from 1.1.0 to 2.0.0
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.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent 72e548a commit 0f7c605
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 @@ -28,7 +28,7 @@ url = "2.3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.83", features = ["preserve_order"] }
http = "0.2.8"
http-serde = "1.1.0"
http-serde = "2.0.0"
scru128 = { version = "3.0.1", features = ["serde"] }
command-fds = { version = "0.2.2", features = ["tokio"] }
tokio-pipe = "0.2.12"
Expand Down

0 comments on commit 0f7c605

Please sign in to comment.