Skip to content

Commit 5c2e072

Browse files
Bump the cargo-updates group across 1 directory with 2 updates (#53)
Bumps the cargo-updates group with 2 updates in the / directory: [nix](https://github.com/nix-rust/nix) and [uuid](https://github.com/uuid-rs/uuid). Updates `nix` from 0.31.0 to 0.31.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.31.0...v0.31.1) Updates `uuid` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Leggett <benjamin@edera.io>
1 parent 94a5e3a commit 5c2e072

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -52,7 +52,7 @@ hyper-util = "0.1.19"
5252
libc = "0.2.180"
5353
libscap-bindings = { version = "0.0.4", default-features = false }
5454
log = "0.4.29"
55-
nix = { version = "0.31.0", features = ["signal"] }
55+
nix = { version = "0.31.1", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
5757
prost = "0.14.3"
5858
strum_macros = "0.27"
@@ -61,7 +61,7 @@ tokio-stream = { version="0.1.18", features = ["sync"] }
6161
tonic = "0.14.2"
6262
tower = "0.5.3"
6363
url = "2.5.8"
64-
uuid = { version = "1.19.0", features = ["v4"] }
64+
uuid = { version = "1.20.0", features = ["v4"] }
6565
pbjson = "0.9.0"
6666
pbjson-types = "0.9.0"
6767
serde = { version = "1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)