Skip to content

Commit

Permalink
sources: update nix to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkirch committed Jul 31, 2021
1 parent 08bb9a2 commit 7d00ccd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sources/api/apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http = "0.2.1"
libc = "0.2"
log = "0.4"
models = { path = "../../models" }
nix = "0.21"
nix = "0.22"
num = "0.4"
percent-encoding = "2.1"
semver = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion sources/api/migration/migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["README.md"]
bottlerocket-release = { path = "../../../bottlerocket-release" }
log = "0.4"
lz4 = "1.23.1"
nix = "0.21"
nix = "0.22"
pentacle = "1.0.0"
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
regex = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion sources/api/thar-be-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http = "0.2"
itertools = "0.10"
log = "0.4"
models = { path = "../../models" }
nix = "0.21"
nix = "0.22"
schnauzer = { path = "../schnauzer" }
serde_json = "1"
simplelog = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion sources/api/thar-be-updates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fs2 = "0.4.3"
http = "0.2.1"
log = "0.4.8"
models = { path = "../../models" }
nix = "0.21"
nix = "0.22"
num-derive = "0.3.0"
num-traits = "0.2.12"
semver = { version = "1.0", features = [ "serde" ] }
Expand Down
2 changes: 1 addition & 1 deletion sources/prairiedog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["README.md"]
[dependencies]
argh = "0.1.3"
log = "0.4"
nix = "0.21"
nix = "0.22"
signpost = { path = "../updater/signpost" }
simplelog = "0.10"
snafu = "0.6"
Expand Down

0 comments on commit 7d00ccd

Please sign in to comment.