Skip to content

Commit

Permalink
chore(deps): bump http-body-util from 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@http-body-util-v0.1.1...http-body-util-v0.1.2)

---
updated-dependencies:
- dependency-name: http-body-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BobAnkh committed Nov 1, 2024
1 parent e049956 commit 0cb57b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion netmito/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap-repl = "0.1.1"
dirs = "5.0.1"
figment = { version = "0.10", features = ["toml", "env"] }
futures = "0.3.30"
http-body-util = { version = "0.1.0", optional = true }
http-body-util = { version = "0.1.2", optional = true }
humansize = "2.1.3"
humantime-serde = "1.1.1"
jsonwebtoken = { workspace = true }
Expand Down

0 comments on commit 0cb57b0

Please sign in to comment.