Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cli-table](https://github.com/devashishdxt/cli-table) | `0.4.8` | `0.4.9` |
| [hyper](https://github.com/hyperium/hyper) | `1.3.1` | `1.4.0` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.5` | `0.1.6` |
| [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.204` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.119` | `1.0.120` |


Updates `cli-table` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/devashishdxt/cli-table/releases)
- [Commits](devashishdxt/cli-table@cli-table-v0.4.8...cli-table-v0.4.9)

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

Updates `hyper-util` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.5...v0.1.6)

Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.204)

Updates `serde_json` from 1.0.119 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.119...v1.0.120)

---
updated-dependencies:
- dependency-name: cli-table
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: hyper-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent d136e5e commit aa2505a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ hex = "0.4.3"
http = "1.1"
http-body-util = "0.1.2"
human-panic = "2.0.0"
hyper = { version = "1.2.0", features = [
hyper = { version = "1.4.0", features = [
"http1",
"server",
] }
hyper-util = { version = "0.1.5", features = ["full"] }
hyper-util = { version = "0.1.6", features = ["full"] }
indicatif = "0.17.0"
lazy_static = "1.5.0"
memchr = "2.7.4"
Expand All @@ -58,7 +58,7 @@ reqwest = { version = "0.12", default-features = false, features = [
] }
rmp-serde = "1.3.0"
rmpv = { version = "1.3.0", features = ["serde"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.2"
strum = "=0.24.1" # match what fiberplane-models uses
Expand Down

0 comments on commit aa2505a

Please sign in to comment.