diff --git a/Cargo.lock b/Cargo.lock index cafbb72..409afa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1848,9 +1848,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.29" +version = "0.9.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129" +checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" dependencies = [ "indexmap 2.0.0", "itoa 1.0.6", diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index cd47938..bc87d73 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -23,7 +23,7 @@ petname = "1.1.2" reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.194", features = ["derive"] } serde_json = "1.0.109" -serde_yaml = "0.9.29" +serde_yaml = "0.9.30" thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } url = "2.5.0"