Skip to content

Commit

Permalink
Bump the patch-and-minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor group with 4 updates: [hyper](https://github.com/hyperium/hyper), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [async-trait](https://github.com/dtolnay/async-trait).


Updates `hyper` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.2.0...v1.3.1)

Updates `serde` from 1.0.197 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.199)

Updates `serde_json` from 1.0.115 to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

Updates `async-trait` from 0.1.79 to 0.1.80
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.79...0.1.80)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 082b73e commit fde0a49
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ lto = "fat"
[dependencies]
bytesize = "1.3.0"
bytes = "1.5.0"
hyper = { version = "1.1.0", features = ["full"] }
hyper = { version = "1.3.1", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["full"] }
http-body-util = "0.1.0"
hyper-tls = "0.6.0"
clap = { version = "4.3.19", features = ["help", "usage", "error-context", "std", "derive"], default_features = false }
termcolor = "1.3.0"
is-terminal = "0.4.10"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
env_logger = "0.11.1"
log = "^0.4"
async-trait = "^0.1.77"
async-trait = "^0.1.80"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
percent-encoding = "^2.1.0"
futures-util = "0.3.30"
Expand Down

0 comments on commit fde0a49

Please sign in to comment.