Skip to content

Commit eb5dc67

Browse files
Bump the minor group across 1 directory with 3 updates (#9)
Bumps the minor group with 3 updates in the / directory: [async-openai](https://github.com/64bit/async-openai), [tokio](https://github.com/tokio-rs/tokio) and [toml](https://github.com/toml-rs/toml). Updates `async-openai` from 0.28.3 to 0.29.0 - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](64bit/async-openai@async-openai-v0.28.3...async-openai-v0.29.0) Updates `tokio` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) Updates `toml` from 0.8.23 to 0.9.2 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.2) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11c42ed commit eb5dc67

File tree

2 files changed

+35
-27
lines changed

2 files changed

+35
-27
lines changed

Cargo.lock

Lines changed: 33 additions & 25 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.3", features = ["byot"] }
8+
async-openai = { version = "0.29.0", features = ["byot"] }
99
async-trait = "0.1.88"
1010
clap = { version = "4.5.41", 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.23"
17+
toml = "0.9.2"

0 commit comments

Comments
 (0)