From 228b436f62b0ee0ec97b536260d20ee115bf3887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:42:56 +0000 Subject: [PATCH] build(deps): bump the cargo group across 1 directory with 4 updates Bumps the cargo group with 4 updates in the / directory: [bytes](https://github.com/tokio-rs/bytes), [clap](https://github.com/clap-rs/clap), [nix](https://github.com/nix-rust/nix) and [thiserror](https://github.com/dtolnay/thiserror). Updates `bytes` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.6.0...v1.6.1) Updates `clap` from 4.5.8 to 4.5.9 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...v4.5.9) Updates `nix` from 0.27.1 to 0.28.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0) Updates `thiserror` from 1.0.61 to 1.0.62 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 41 +++++++++++++++-------------------------- Cargo.toml | 8 ++++---- 2 files changed, 19 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63059470..ad3ce72c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ "blake3", "gpt", "log", - "nix 0.28.0", + "nix", "serde", "serde_json", "superblock", @@ -234,7 +234,7 @@ dependencies = [ "hex", "itertools 0.13.0", "moss", - "nix 0.27.1", + "nix", "regex", "serde", "serde_json", @@ -280,9 +280,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytes" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" [[package]] name = "cast" @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.8" +version = "4.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d" +checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" dependencies = [ "clap_builder", "clap_derive", @@ -366,9 +366,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.8" +version = "4.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708" +checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" dependencies = [ "anstream", "anstyle", @@ -433,7 +433,7 @@ checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" name = "container" version = "0.1.0" dependencies = [ - "nix 0.27.1", + "nix", "strum", "thiserror", ] @@ -1411,7 +1411,7 @@ dependencies = [ "itertools 0.13.0", "libsqlite3-sys", "log", - "nix 0.27.1", + "nix", "rayon", "reqwest", "serde", @@ -1429,17 +1429,6 @@ dependencies = [ "xxhash-rust", ] -[[package]] -name = "nix" -version = "0.27.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" -dependencies = [ - "bitflags", - "cfg-if", - "libc", -] - [[package]] name = "nix" version = "0.28.0" @@ -2226,18 +2215,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", @@ -2395,7 +2384,7 @@ source = "git+https://github.com/serpent-os/blsforme.git?rev=4aec9289d029a532166 dependencies = [ "gpt", "log", - "nix 0.28.0", + "nix", "superblock", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index c56e12da..9878e455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ rust-version = "1.78" [workspace.dependencies] blsforme = { git = "https://github.com/serpent-os/blsforme.git", rev = "4aec9289d029a5321668b11a03e0f88349dbe9ca" } -bytes = "1.6.0" +bytes = "1.6.1" chrono = "0.4.38" -clap = { version = "4.5.8", features = ["derive", "string"] } +clap = { version = "4.5.9", features = ["derive", "string"] } criterion = { version = "0.5.1", features = ["html_reports"] } crossterm = "0.27.0" derive_more = "0.99.18" @@ -36,7 +36,7 @@ indextree = "4.6.1" libsqlite3-sys = { version = "0.28.0", features = ["bundled"] } log = "0.4.22" nom = "7.1.3" -nix = { version = "0.27.1", features = ["user", "fs", "sched", "process", "mount", "hostname", "signal", "term"] } +nix = { version = "0.28.0", features = ["user", "fs", "sched", "process", "mount", "hostname", "signal", "term"] } petgraph = "0.6.5" rayon = "1.10.0" regex = "1.10.5" @@ -46,7 +46,7 @@ serde_json = "1.0.120" serde_yaml = "0.9.34" sha2 = "0.10.8" strum = { version = "0.26.3", features = ["derive"] } -thiserror = "1.0.61" +thiserror = "1.0.62" tokio = { version = "1.38.0", features = ["full"] } tokio-stream = { version = "0.1.15", features = ["time"] } tokio-util = { version = "0.7.11", features = ["io"] }