diff --git a/Cargo.lock b/Cargo.lock index 67549fc6..1217581a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.22" +version = "0.15.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e68cfe19cd7d23ffde002c24ffa5cda73931913ef394d5eaaa32037dc940c0c" +checksum = "f316c6237b2d38be61949ecd15268a4c6ca32570079394a2444d9ce2c72a72d8" dependencies = [ "pathdiff", "serde_core", diff --git a/Cargo.nix b/Cargo.nix index 51dbd550..082c33c6 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -6249,9 +6249,9 @@ rec { }; "config" = rec { crateName = "config"; - version = "0.15.22"; + version = "0.15.23"; edition = "2024"; - sha256 = "030cjkf3f853m9g4sfgg2ccr6wysbkx4zhh2w3ykzlnpkkhwys4f"; + sha256 = "1n3j5b3y572d8ji994q7f0js6v2ci8k1bkcyjihvwf1dgciwc5pk"; dependencies = [ { name = "pathdiff"; diff --git a/academy_config/Cargo.toml b/academy_config/Cargo.toml index 61c17b2e..6908c32f 100644 --- a/academy_config/Cargo.toml +++ b/academy_config/Cargo.toml @@ -13,7 +13,7 @@ workspace = true academy_assets.workspace = true academy_models.workspace = true anyhow.workspace = true -config = { version = "0.15.22", default-features = false, features = ["toml"] } +config = { version = "0.15.23", default-features = false, features = ["toml"] } chrono.workspace = true regex.workspace = true rust_decimal.workspace = true