Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
lib/cargo: update stale dependencies
Browse files Browse the repository at this point in the history
This refreshes `nix` and `phf` dependencies, making sure everything
is up-to-date.
  • Loading branch information
lucab committed Dec 8, 2021
1 parent 9dd2e1a commit 9fa2046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ hex = "0.4.3"
indicatif = "0.16.0"
lazy_static = "1.4.0"
libc = "0.2.92"
nix = "0.22.0"
nix = "0.23"
oci-spec = "0.5.0"
openat = "0.1.20"
openat-ext = "0.2.0"
openssl = "0.10.33"
ostree = { features = ["v2021_5"], version = "0.13.3" }
phf = { features = ["macros"], version = "0.9.0" }
phf = { features = ["macros"], version = "0.10" }
pin-project = "1.0"
serde = { features = ["derive"], version = "1.0.125" }
serde_json = "1.0.64"
Expand Down

0 comments on commit 9fa2046

Please sign in to comment.