Skip to content

Commit

Permalink
Merge pull request #860 from cdklabs/github-actions/release
Browse files Browse the repository at this point in the history
chore: Release cdk-from-cfn version 0.192.0
  • Loading branch information
cdklabs-automation authored Feb 26, 2025
2 parents b5f81f0 + 84a61d3 commit 7a5a255
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-from-cfn"
version = "0.191.0"
version = "0.192.0"
edition = "2021"
rust-version = "1.84"
description = "Turn AWS CloudFormation templates into AWS CDK applications"
Expand All @@ -26,7 +26,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
anyhow = "^1.0.96"
base64 = "^0.22.1"
clap = { version = "^4.5.30", features = ["cargo"] }
clap = { version = "^4.5.31", features = ["cargo"] }
console_error_panic_hook = { version = "0.1.1", optional = true }
indexmap = { version = "^2.7.0", features = ["serde"] }
nom = "^8.0.0"
Expand All @@ -43,8 +43,8 @@ voca_rs = "^1.15.2"
wasm-bindgen = "^0.2.100"

[dev-dependencies]
aws-config = "^1.5.16"
aws-sdk-cloudformation = "^1.66.0"
aws-config = "^1.5.17"
aws-sdk-cloudformation = "^1.67.0"
tokio = { version = "1", features = ["full"] }
walkdir = "2.5.0"
zip = "2.2.2"
Expand Down

0 comments on commit 7a5a255

Please sign in to comment.