Skip to content

Commit b21f500

Browse files
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [toml](https://github.com/toml-rs/toml). Updates `clap` from 4.5.41 to 4.5.42 - [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.41...clap_complete-v4.5.42) Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) Updates `toml` from 0.9.2 to 0.9.4 - [Commits](toml-rs/toml@toml-v0.9.2...toml-v0.9.4) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c88ceee commit b21f500

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2024"
77
anyhow = "1"
88
async-openai = { version = "0.29.0", features = ["byot"] }
99
async-trait = "0.1.88"
10-
clap = { version = "4.5.41", features = ["derive", "env"] }
10+
clap = { version = "4.5.42", features = ["derive", "env"] }
1111
format_serde_error = "0.3.0"
1212
futures = "0.3.31"
1313
reqwest = { version = "0.12", features = ["json","stream"] }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"
1616
tokio = { version = "1", features = ["full"] }
17-
toml = "0.9.2"
17+
toml = "0.9.4"

0 commit comments

Comments
 (0)