Skip to content

Commit e9e9462

Browse files
committed
build(deps): bump the dependencies group with 2 updates
1 parent 11c574e commit e9e9462

2 files changed

Lines changed: 82 additions & 55 deletions

File tree

Cargo.lock

Lines changed: 80 additions & 53 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
@@ -52,14 +52,14 @@ redundant_closure = "warn"
5252

5353
[dependencies]
5454
# AWS SDK for S3 operations
55-
aws-sdk-s3 = { version = "1.129.0", default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] }
55+
aws-sdk-s3 = { version = "1.131.0", default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] }
5656
aws-smithy-http-client = { version = "1.1.12", default-features = false, features = ["default-client", "rustls-aws-lc"] }
5757

5858
# Async runtime and utilities
5959
tokio = { version = "1.52.1", default-features = false, features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
6060

6161
# MCP SDK with macros support
62-
rmcp = { version = "1.5.0", default-features = false, features = ["server", "transport-io", "macros"] }
62+
rmcp = { version = "1.6.0", default-features = false, features = ["server", "transport-io", "macros"] }
6363

6464
# Command line argument parsing
6565
clap = { version = "4.6.1", features = ["derive", "env"] }

0 commit comments

Comments
 (0)