Skip to content

Commit dd311b7

Browse files
chore(deps): update toml requirement from 0.8 to 0.9 (#319)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.9.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: jokemanfire <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3196c95 commit dd311b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/rig-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rmcp = { workspace = true, features = [
2525
anyhow = "1.0"
2626
serde_json = "1"
2727
serde = { version = "1", features = ["derive"] }
28-
toml = "0.8"
28+
toml = "0.9"
2929
futures = "0.3"
3030
tracing = "0.1"
3131
tracing-subscriber = { version = "0.3", features = [

examples/simple-chat-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anyhow = "1.0"
1313
thiserror = "2.0"
1414
async-trait = "0.1"
1515
futures = "0.3"
16-
toml = "0.8"
16+
toml = "0.9"
1717
rmcp = { workspace = true, features = [
1818
"client",
1919
"transport-child-process",

0 commit comments

Comments
 (0)