diff --git a/Cargo.lock b/Cargo.lock index 7dd4171..62dae9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a734575233f9bf1bbbd6fa1e0dc5dda4afc61658d28b30b8e07d492e40b4d03b" +checksum = "87a6a7d8628236381296f45bc661db1e67d2f90fa2e00b7d2fc78e2ed0f6cde8" dependencies = [ "pathdiff", "serde", diff --git a/Cargo.nix b/Cargo.nix index b596a69..533b41b 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -4677,9 +4677,9 @@ rec { }; "config" = rec { crateName = "config"; - version = "0.15.0"; + version = "0.15.2"; edition = "2018"; - sha256 = "0fyhni02wjbxw2w312yjb0bcdbx4vp2hs7psssxipgzr6d95fd57"; + sha256 = "1s6dyv82x3n75xyhpq521zwx4rqyvdhwcnzljq93hdl2cbcag9l7"; dependencies = [ { name = "pathdiff"; diff --git a/academy_config/Cargo.toml b/academy_config/Cargo.toml index b4a37f8..b55c9c9 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.0", default-features = false, features = ["toml"] } +config = { version = "0.15.2", default-features = false, features = ["toml"] } regex.workspace = true serde.workspace = true