Skip to content

Commit 3fcab88

Browse files
Bump the cargo-updates group across 1 directory with 3 updates (#30)
Bumps the cargo-updates group with 3 updates in the / directory: [hyper-util](https://github.com/hyperium/hyper-util), [pbjson](https://github.com/influxdata/pbjson) and [pbjson-types](https://github.com/influxdata/pbjson). Updates `hyper-util` from 0.1.18 to 0.1.19 - [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.18...v0.1.19) Updates `pbjson` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) Updates `pbjson-types` from 0.8.0 to 0.9.0 - [Commits](https://github.com/influxdata/pbjson/commits/0.9.0) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: pbjson dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: pbjson-types dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edb1d54 commit 3fcab88

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ falco_plugin_api = { version = "0.5.1" }
4848
falco_event = { version = "0.5.1" }
4949
env_logger = "0.11.8"
5050
hyper = "1.8.0"
51-
hyper-util = "0.1.18"
51+
hyper-util = "0.1.19"
5252
libc = "0.2.178"
5353
libscap-bindings = { version = "0.0.2", default-features = false }
5454
log = "0.4.29"
@@ -62,7 +62,7 @@ tonic = "0.14.2"
6262
tower = "0.5.2"
6363
url = "2.5.7"
6464
uuid = { version = "1.19.0", features = ["v4"] }
65-
pbjson = "0.8.0"
66-
pbjson-types = "0.8.0"
65+
pbjson = "0.9.0"
66+
pbjson-types = "0.9.0"
6767
serde = { version = "1.0.219", features = ["derive"] }
6868
tonic-prost = { version = "0.14.2" }

0 commit comments

Comments
 (0)