diff --git a/examples/rig-integration/Cargo.toml b/examples/rig-integration/Cargo.toml index afb920b9..2d7a69dc 100644 --- a/examples/rig-integration/Cargo.toml +++ b/examples/rig-integration/Cargo.toml @@ -23,7 +23,7 @@ rmcp = { workspace = true, features = [ anyhow = "1.0" serde_json = "1" serde = { version = "1", features = ["derive"] } -toml = "0.9" +toml = "1.0" futures = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = [ diff --git a/examples/simple-chat-client/Cargo.toml b/examples/simple-chat-client/Cargo.toml index db8cdda4..e5e17f0d 100644 --- a/examples/simple-chat-client/Cargo.toml +++ b/examples/simple-chat-client/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0" thiserror = "2.0" async-trait = "0.1" futures = "0.3" -toml = "0.9" +toml = "1.0" rmcp = { workspace = true, features = [ "client", "transport-child-process",