Skip to content

Commit

Permalink
chore: update rust and crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-sakamoto committed Nov 5, 2024
1 parent 9ae3715 commit 498449a
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 57 deletions.
101 changes: 51 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ name = "dy"
path = "src/main.rs"

[dependencies]
aws-config = "1.4.0"
aws-sdk-dynamodb = "1.28.0"
aws-sdk-ec2 = "1.42.0"
aws-smithy-runtime-api = "1.6.0"
aws-smithy-types = "1.1.9"
aws-config = "1.5.9"
aws-sdk-dynamodb = "1.52.0"
aws-sdk-ec2 = "1.85.0"
aws-smithy-runtime-api = "1.7.2"
aws-smithy-types = "1.2.8"
chrono = "0.4"
clap = { version = "4.5.4", features = ["derive"] }
dialoguer = "0.11.0"
env_logger = "0.11.3"
futures = "0.3.30"
futures = "0.3.31"
log = "0.4.21"
regex = "1.10.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.77.2
1.82.0

0 comments on commit 498449a

Please sign in to comment.