Compare commits
1 Commits
renovate/d
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| cc4a8f3836 |
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup rust
|
- name: Setup rust
|
||||||
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
|
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
|
||||||
id: toolchain
|
id: toolchain
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ cmd_lib = "1.9.3"
|
|||||||
confy = "0.6.1"
|
confy = "0.6.1"
|
||||||
ctrlc = "3.4.4"
|
ctrlc = "3.4.4"
|
||||||
directories = "5.0.1"
|
directories = "5.0.1"
|
||||||
dirs-sys = "0.4.1"
|
dirs-sys = "0.5.0"
|
||||||
eyre = "0.6.12"
|
eyre = "0.6.12"
|
||||||
nix = { version = "0.29.0", features = ["process", "signal", "user"] }
|
nix = { version = "0.30.0", features = ["process", "signal", "user"] }
|
||||||
rand = "0.8.5"
|
rand = "0.9.0"
|
||||||
serde = { version = "1.0.200", features = ["derive"] }
|
serde = { version = "1.0.200", features = ["derive"] }
|
||||||
serde_json = "1.0.116"
|
serde_json = "1.0.116"
|
||||||
spinoff = "0.8.0"
|
spinoff = "0.8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user