Skip to content

Commit

Permalink
Merge pull request #812 from cdklabs/github-actions/release
Browse files Browse the repository at this point in the history
chore: Release cdk-from-cfn version 0.174.0
  • Loading branch information
cdklabs-automation authored Jan 12, 2025
2 parents 71e2501 + 3c01eb6 commit 3bc0c57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-from-cfn"
version = "0.173.0"
version = "0.174.0"
edition = "2021"
rust-version = "1.78"
description = "Turn AWS CloudFormation templates into AWS CDK applications"
Expand All @@ -26,7 +26,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
anyhow = "^1.0.95"
base64 = "^0.22.1"
clap = { version = "^4.5.24", features = ["cargo"] }
clap = { version = "^4.5.26", features = ["cargo"] }
indexmap = { version = "^2.7.0", features = ["serde"] }
nom = "^7.1.3"
numberkit = "^0.1.0"
Expand All @@ -36,7 +36,7 @@ serde = { version = "^1.0.217", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_with = "^3.12.0"
serde_yaml = "^0.9.34"
thiserror = "^2.0.9"
thiserror = "^2.0.10"
topological-sort = "^0.2.2"
voca_rs = "^1.15.2"
wasm-bindgen = "^0.2.99"
Expand Down

0 comments on commit 3bc0c57

Please sign in to comment.