Skip to content

Commit 516ebe5

Browse files
Update nix requirement from 0.29.0 to 0.30.0 (#344)
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d3d831 commit 516ebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ serde_urlencoded = { version = "0.7", optional = true }
6262
tokio = { version = "1.29.0", features = ["sync", "macros", "rt", "time", "io-util"] }
6363

6464
[target.'cfg(target_family="unix")'.dev-dependencies]
65-
nix = { version = "0.29.0", features = ["fs"] }
65+
nix = { version = "0.30.0", features = ["fs"] }
6666

6767
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
6868
web-time = { version = "1.1.0" }

0 commit comments

Comments
 (0)