Skip to content

Commit

Permalink
Merge pull request #855 from cdklabs/github-actions/release
Browse files Browse the repository at this point in the history
chore: Release cdk-from-cfn version 0.191.0
  • Loading branch information
cdklabs-automation authored Feb 21, 2025
2 parents d1441b6 + 29f3ee6 commit b5f81f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdk-from-cfn"
version = "0.190.0"
version = "0.191.0"
edition = "2021"
rust-version = "1.84"
description = "Turn AWS CloudFormation templates into AWS CDK applications"
Expand All @@ -24,7 +24,7 @@ python = []
crate-type = ["cdylib", "lib"]

[dependencies]
anyhow = "^1.0.95"
anyhow = "^1.0.96"
base64 = "^0.22.1"
clap = { version = "^4.5.30", features = ["cargo"] }
console_error_panic_hook = { version = "0.1.1", optional = true }
Expand All @@ -33,7 +33,7 @@ nom = "^8.0.0"
numberkit = "^0.1.0"
phf = { version = "^0.11.3", features = ["macros"] }
rustc-hash = { version = "2.1.1", optional = true }
serde = { version = "^1.0.217", features = ["derive"] }
serde = { version = "^1.0.218", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_with = "^3.12.0"
serde_yaml = "^0.9.34"
Expand All @@ -54,9 +54,9 @@ indexmap = "^2.7.0"
phf = { version = "^0.11.3", features = ["macros"] }
phf_codegen = "^0.11.3"
rustc-hash = { version = "2.1.1", optional = true }
serde = { version = "^1.0.217", features = ["derive"] }
serde = { version = "^1.0.218", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_json = "^1.0.138"
serde_json = "^1.0.139"
serde_with = "^3.12.0"
voca_rs = "^1.15.2"
walkdir = "2.5.0"
Expand Down

0 comments on commit b5f81f0

Please sign in to comment.