Skip to content

Commit f289587

Browse files
chore(deps): bump the patches group with 9 updates
Bumps the patches group with 9 updates: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [psl](https://github.com/addr-rs/psl) | `2.1.86` | `2.1.90` | | [prost-reflect](https://github.com/andrewhickman/prost-reflect) | `0.14.6` | `0.14.7` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.15` | `1.2.16` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [litemap](https://github.com/unicode-org/icu4x) | `0.7.4` | `0.7.5` | | [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` | | [zerofrom-derive](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` | Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.30...v4.5.31) Updates `psl` from 2.1.86 to 2.1.90 - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](addr-rs/psl@v2.1.86...v2.1.90) Updates `prost-reflect` from 0.14.6 to 0.14.7 - [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/prost-reflect/commits) Updates `cc` from 1.2.15 to 1.2.16 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.15...cc-v1.2.16) Updates `clap_builder` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.30...v4.5.31) Updates `litemap` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerofrom` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerofrom-derive` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: prost-reflect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: litemap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: zerofrom dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: zerofrom-derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 898dbaa commit f289587

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

Cargo.lock

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

lib/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ name = "vrl"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
clap = { version = "4.5.30", features = ["derive"] }
14+
clap = { version = "4.5.31", features = ["derive"] }
1515
vrl = { path = "../../", features = ["cli"] }

lib/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
vrl = { path = "../../", features = ["test_framework"] }
1010
chrono-tz = "0.10"
11-
clap = { version = "4.5.30", features = ["derive"] }
11+
clap = { version = "4.5.31", features = ["derive"] }
1212
glob = "0.3"
1313
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt"] }
1414

0 commit comments

Comments
 (0)