Skip to content

Commit 84f418e

Browse files
Bump the patch group with 2 updates (#3)
Bumps the patch group with 2 updates: [clap](https://github.com/clap-rs/clap) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `clap` from 4.5.39 to 4.5.40 - [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.39...clap_complete-v4.5.40) Updates `reqwest` from 0.12.19 to 0.12.20 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.19...v0.12.20) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: reqwest dependency-version: 0.12.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ba4490 commit 84f418e

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
anyhow = "1"
88
async-openai = { version = "0.28.3", features = ["byot"] }
99
async-trait = "0.1.88"
10-
clap = { version = "4.5.39", features = ["derive", "env"] }
10+
clap = { version = "4.5.40", features = ["derive", "env"] }
1111
format_serde_error = "0.3.0"
1212
futures = "0.3.31"
1313
reqwest = { version = "0.12", features = ["json","stream"] }

0 commit comments

Comments
 (0)