Skip to content

Commit

Permalink
Update dependencies (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored May 31, 2024
1 parent edd63f7 commit 94ead96
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/[email protected]
- run: make setup-ci
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
actionlint 1.6.26
dprint 0.43.2
actionlint 1.7.1
dprint 0.46.1
32 changes: 16 additions & 16 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ edition = "2021"
rust-version = "1.74"

[dependencies]
ahash = "0.7.6"
ahash = "0.7.8"
big_s = "1.0.2"
clap = { version = "3.1.18", features = ["derive"] }
colored = "2.0.0"
fs-err = "2.7.0"
heck = "0.4.0"
indoc = "1.0.6"
clap = { version = "3.2.25", features = ["derive"] }
colored = "2.1.0"
fs-err = "2.11.0"
heck = "0.4.1"
indoc = "1.0.9"
merge = "0.1.0"
once_cell = "1.12.0"
once_cell = "1.19.0"
rand = "0.8.5"
regex = "1.5.6"
schemars = { version = "0.8.10", features = ["url"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
regex = "1.10.4"
schemars = { version = "0.8.21", features = ["url"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"

[[test]]
name = "cucumber"
harness = false # Allows Cucumber to print output instead of libtest
test = false

[dev-dependencies]
async-trait = "0.1.53"
async-trait = "0.1.80"
cucumber = "0.13.0"
futures = "0.3.21"
itertools = "0.10.3"
pretty = { package = "pretty_assertions", version = "1.2.1" }
futures = "0.3.30"
itertools = "0.10.5"
pretty = { package = "pretty_assertions", version = "1.4.0" }

[profile.release]
strip = "symbols"
Expand Down

0 comments on commit 94ead96

Please sign in to comment.