Skip to content

Commit 3ba4490

Browse files
Bump the patch group with 3 updates (#2)
Bumps the patch group with 3 updates: [async-openai](https://github.com/64bit/async-openai), [reqwest](https://github.com/seanmonstar/reqwest) and [toml](https://github.com/toml-rs/toml). Updates `async-openai` from 0.28.2 to 0.28.3 - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](64bit/async-openai@async-openai-v0.28.2...async-openai-v0.28.3) Updates `reqwest` from 0.12.18 to 0.12.19 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.18...v0.12.19) Updates `toml` from 0.8.22 to 0.8.23 - [Commits](toml-rs/toml@toml-v0.8.22...toml-v0.8.23) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: reqwest dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml dependency-version: 0.8.23 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 f4510a4 commit 3ba4490

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
anyhow = "1"
8-
async-openai = { version = "0.28.2", features = ["byot"] }
8+
async-openai = { version = "0.28.3", features = ["byot"] }
99
async-trait = "0.1.88"
1010
clap = { version = "4.5.39", features = ["derive", "env"] }
1111
format_serde_error = "0.3.0"
@@ -14,4 +14,4 @@ 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.8.22"
17+
toml = "0.8.23"

0 commit comments

Comments
 (0)