Skip to content

Commit

Permalink
Update dependencies (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Oct 7, 2024
1 parent 83bcd33 commit e4b27ed
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
actionlint 1.7.1
dprint 0.46.1
actionlint 1.7.3
dprint 0.47.2
95 changes: 48 additions & 47 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ fs-err = "2.11.0"
heck = "0.4.1"
indoc = "1.0.9"
merge = "0.1.0"
once_cell = "1.19.0"
once_cell = "1.20.2"
rand = "0.8.5"
regex = "1.10.4"
regex = "1.11.0"
schemars = { version = "0.8.21", features = ["url"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"

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

[dev-dependencies]
cucumber = "0.21.0"
futures = "0.3.30"
cucumber = "0.21.1"
futures = "0.3.31"
itertools = "0.10.5"
pretty = { package = "pretty_assertions", version = "1.4.0" }
pretty = { package = "pretty_assertions", version = "1.4.1" }

[profile.release]
strip = "symbols"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev tooling and versions
RUN_THAT_APP_VERSION = 0.5.0
RUN_THAT_APP_VERSION = 0.7.1

build: # builds the release binary
cargo build --release --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit e4b27ed

Please sign in to comment.