Skip to content

Commit 9fd1d78

Browse files
dependabot[bot]tpoliaw
authored andcommitted
Bump the patch group with 6 updates
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | | [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.9` | `1.2.10` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | | [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` | | [valuable](https://github.com/tokio-rs/valuable) | `0.1.0` | `0.1.1` | Updates `clap` from 4.5.26 to 4.5.27 - [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.26...clap_complete-v4.5.27) Updates `serde_json` from 1.0.135 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.137) Updates `cc` from 1.2.9 to 1.2.10 - [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.9...cc-v1.2.10) Updates `clap_builder` from 4.5.26 to 4.5.27 - [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.26...v4.5.27) Updates `semver` from 1.0.24 to 1.0.25 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.24...1.0.25) Updates `valuable` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/tokio-rs/valuable/releases) - [Changelog](https://github.com/tokio-rs/valuable/blob/master/CHANGELOG.md) - [Commits](tokio-rs/valuable@v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: valuable dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a855d38 commit 9fd1d78

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-graphql-axum = "7.0.13"
1515
axum = "0.7.9"
1616
axum-extra = { version = "0.9.3", features = ["typed-header"] }
1717
chrono = "0.4.39"
18-
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "string"] }
18+
clap = { version = "4.5.27", features = ["cargo", "derive", "env", "string"] }
1919
futures = "0.3.31"
2020
opentelemetry = "0.27.1"
2121
opentelemetry-otlp = "0.27.0"
@@ -36,7 +36,7 @@ assert_matches = "1.5.0"
3636
async-std = { version = "1.13.0", features = ["attributes"], default-features = false }
3737
httpmock = { version = "0.7.0", default-features = false }
3838
rstest = "0.23.0"
39-
serde_json = "1.0.135"
39+
serde_json = "1.0.137"
4040
tempfile = "3.14.0"
4141

4242
[build-dependencies]

0 commit comments

Comments
 (0)