Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Apr 15, 2021
1 parent 1b4a7c9 commit c4a68fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["rc"] }
serde_json = "1.0"
serde_derive = "1.0"
serde_with = "1.6"
rust-ini = "0.16"
rust-ini = "0.17"
hyper = { version = "0.14", optional = true, features = [
"http1",
"server",
Expand All @@ -47,8 +47,8 @@ base64 = "0.13.0"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"
nix = "0.19"
sd-notify = { version = "0.1.1", optional = true }
nix = "0.20"
sd-notify = { version = "0.3.0", optional = true }

[features]
default = ["web_console", "score_script", "systemd", "rich_web"]
Expand Down

0 comments on commit c4a68fb

Please sign in to comment.