Skip to content

Commit f327cf5

Browse files
committed
build: update flake inputs
1 parent bfed31b commit f327cf5

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

confik/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde_json = { version = "1", optional = true }
5252
toml = { version = "0.8", optional = true, default-features = false, features = ["parse"] }
5353

5454
bigdecimal = { version = "0.4", optional = true, features = ["serde"] }
55-
bytesize = { version = "2.0.0-beta.1", optional = true, features = ["serde"] }
55+
bytesize = { version = "2", optional = true, features = ["serde"] }
5656
camino = { version = "1", optional = true, features = ["serde1"] }
5757
chrono = { version = "0.4.39", optional = true, default-features = false, features = ["serde"] }
5858
ipnetwork = { version = "0.21", optional = true, features = ["serde"] }

confik/src/lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Defaults are specified on a per-field basis.
182182
This crate provides implementations of [`Configuration`] for a number of `std` types and the following third-party crates. Implementations for third-party crates are feature gated.
183183

184184
- `bigdecimal`: v0.4
185-
- `bytesize`: v1
185+
- `bytesize`: v2
186186
- `camino`: v1
187187
- `chrono`: v0.4
188188
- `ipnetwork`: v0.21

flake.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
};
66

0 commit comments

Comments
 (0)