Skip to content

Commit 8d76eee

Browse files
authored
Merge pull request #150 from lucab/dependabot/cargo/nix-tw-0.28
build(deps): update nix requirement from ^0.27 to ^0.28
2 parents fc28c85 + cd89005 commit 8d76eee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
env:
66
CARGO_TERM_COLOR: always
77
# Pinned toolchain for linting
8-
ACTION_LINTS_TOOLCHAIN: '1.65.0'
8+
ACTION_LINTS_TOOLCHAIN: '1.69.0'
99

1010
jobs:
1111
tests-stable:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ exclude = [
1414
".travis.yml",
1515
]
1616
edition = "2021"
17-
rust-version = "1.65"
17+
rust-version = "1.69"
1818

1919
[dependencies]
2020
hmac = "^0.12"
2121
libc = "^0.2"
2222
log = "^0.4"
23-
nix = { version = "^0.27", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
23+
nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
2424
nom = "7"
2525
serde = { version = "^1.0.91", features = ["derive"] }
2626
sha2 = "^0.10"

0 commit comments

Comments
 (0)