Skip to content

Commit 3b80a5a

Browse files
deps(deps): bump the minor-and-patch group with 5 updates (#12)
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.4` | `1.8.5` | | [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.51.0` | `1.52.3` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.1` | | [libc](https://github.com/rust-lang/libc) | `0.2.184` | `0.2.186` | Updates `blake3` from 1.8.4 to 1.8.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.4...1.8.5) Updates `clap` from 4.6.0 to 4.6.1 - [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.6.0...clap_complete-v4.6.1) Updates `tokio` from 1.51.0 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.52.3) Updates `uuid` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.0...v1.23.1) Updates `libc` from 0.2.184 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.184...0.2.186) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d755ab7 commit 3b80a5a

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ sha2 = "0.10"
8181
# Fast non-cryptographic-grade hashing for prompt prefix cache keys (issue #419).
8282
# BLAKE3 is used only for in-process cache-key digests; no security boundary
8383
# depends on it.
84-
blake3 = "1.5"
84+
blake3 = "1.8"
8585

8686
# CLI
87-
clap = { version = "4.5.31", features = ["derive", "env"] }
87+
clap = { version = "4.6.1", features = ["derive", "env"] }
8888

8989
# Image processing (for VLM)
9090
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp"] }
@@ -119,12 +119,12 @@ llguidance = { version = "1.7", default-features = false, features = ["lark", "r
119119
toktrie_hf_tokenizers = "1.7"
120120

121121
# HTTP Server
122-
tokio = { version = "1.35", features = ["full"] }
122+
tokio = { version = "1.52", features = ["full"] }
123123
axum = { version = "0.7", features = ["json", "macros"] }
124124
tokio-stream = "0.1"
125125
tokio-util = "0.7"
126126
futures = "0.3"
127-
uuid = { version = "1.6", features = ["v4"] }
127+
uuid = { version = "1.23", features = ["v4"] }
128128
chrono = "0.4"
129129
tracing = "0.1"
130130
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)