Skip to content

Commit

Permalink
update flake and cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
makemake-kbo committed Jul 28, 2024
1 parent bfd9724 commit b806f10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30 deletions.
37 changes: 8 additions & 29 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]

[dependencies]
clap = "4.3.0"
hyper = { version = "1.0.1", features = ["full"] }
hyper = { version = "1.4.1", features = ["server", "http1"] }
http-body-util = "0.1.0-rc.3"
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
serde = { version = "1.0.163", features = ["derive"] }
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
pkgs.gcc
pkgs.systemd
pkgs.linuxPackages_latest.perf
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration
];

shellHook = ''
Expand Down

0 comments on commit b806f10

Please sign in to comment.