Skip to content

Commit ac6ead1

Browse files
author
Alexander Weber
committed
update dependencies
1 parent c1a992d commit ac6ead1

3 files changed

Lines changed: 39 additions & 138 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ serde_json = "1.0.138"
3838
bytes = "1.10.0"
3939
mime = "0.3.17"
4040
handlebars = "6.3.1"
41-
crossterm = "0.26.1"
41+
crossterm = "0.28.1"
4242
itertools = "0.14.0"
4343
threadpool = "1.8.1"
4444
schemars = "0.8.21"
4545
fancy-regex = "0.14.0"
4646
anyhow = "1.0.95"
4747
walkdir = "2.5.0"
48-
notify = "6.1.1"
48+
notify = "8.0.0"
4949
signal-hook = "0.3.17"
5050
flume = "0.11.1"
5151
parking_lot = "0.12.3"

neomake.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ nodes:
3838
export CARGO_FLAGS="$F_JSON $F_RON $RELEASE"
3939
echo cargo flags: \"$CARGO_FLAGS\"
4040
cargo build $CARGO_FLAGS
41+
"dependencies:upgrade":
42+
description: "Upgrades all dependencies."
43+
tasks:
44+
- script: |
45+
cargo upgrade -i --pinned
4146
"test:program":
4247
description: "Tests the program."
4348
tasks:

0 commit comments

Comments
 (0)