Skip to content

Commit 176cd8c

Browse files
fix(deps): bump camino from 1.1.10 to 1.1.11
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.10 to 1.1.11. - [Release notes](https://github.com/camino-rs/camino/releases) - [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md) - [Commits](camino-rs/camino@camino-1.1.10...camino-1.1.11) --- updated-dependencies: - dependency-name: camino dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98d6e0c commit 176cd8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -40,7 +40,7 @@ block2 = "0.5.1"
4040
bytes = "1.10.1"
4141
bitflags = { version = "2.9.0", features = ["serde"] }
4242
bstr = "1.12.0"
43-
camino = { version = "1.1.3", features = ["serde1"] }
43+
camino = { version = "1.1.11", features = ["serde1"] }
4444
cfg-if = "1.0.0"
4545
clap = { version = "4.5.32", features = [
4646
"deprecated",

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ base64 = "0.22.1"
4343
bitflags = "2.9.0"
4444
bstr = "1.12.0"
4545
bytes = "1.10.1"
46-
camino = { version = "1.1.3", features = ["serde1"] }
46+
camino = { version = "1.1.11", features = ["serde1"] }
4747
cfg-if = "1.0.0"
4848
clap = { version = "4.5.32", features = [
4949
"deprecated",

0 commit comments

Comments
 (0)