Skip to content

Commit

Permalink
Release dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
riseshia committed Nov 7, 2024
1 parent 0e13a04 commit c1f975d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.23", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
text_io = "0.1.12"
text_io = "0.1"
aws-config = { version = "1", features = ["behavior-version-latest"] }
aws-sdk-scheduler = { version = "1", features = ["behavior-version-latest"] }
aws-sdk-sfn = { version = "1", features = ["behavior-version-latest"] }
rsjsonnet-front = "0.1.1"
rsjsonnet-lang = "0.1.1"
similar = "2.5.0"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.117"
mockall = "0.12.1"
similar-asserts = "1.5.0"
aws-sdk-sts = "1.34.0"
console = "0.15.8"
aws-smithy-runtime-api = "1.7.1"
aws-smithy-types = "1.2.0"
anyhow = "1.0.86"
rsjsonnet-front = "0.1"
rsjsonnet-lang = "0.1"
similar = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
mockall = "0.12"
similar-asserts = "1"
aws-sdk-sts = "1"
console = "0.15"
aws-smithy-runtime-api = "1"
aws-smithy-types = "1"
anyhow = "1"
tracing = "0.1"
tracing-subscriber = "0.3"

0 comments on commit c1f975d

Please sign in to comment.