diff --git a/Cargo.lock b/Cargo.lock index 353d4c7a..7e7e5a6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2642,9 +2642,9 @@ dependencies = [ [[package]] name = "kdl" -version = "4.6.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "062c875482ccb676fd40c804a40e3824d4464c18c364547456d1c8e8e951ae47" +checksum = "e03e2e96c5926fe761088d66c8c2aee3a4352a2573f4eaca50043ad130af9117" dependencies = [ "miette", "nom", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 88f5d055..08690317 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -73,7 +73,7 @@ indextree = "4.7.3" indicatif = { version = "0.17.9", features = ["rayon"] } itertools = "0.13.0" jiff = "0.1.14" -kdl = "4.6.0" +kdl = "4.7.1" log = "0.4.22" logos = "0.15.0" maplit = "1.0.2" diff --git a/plugins/affiliation/Cargo.toml b/plugins/affiliation/Cargo.toml index 17cfa35a..746b9656 100644 --- a/plugins/affiliation/Cargo.toml +++ b/plugins/affiliation/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [ "macros", ] } -kdl = "4.6.0" +kdl = "4.7.1" log = "0.4.22" pathbuf = "1.0.0" schemars = { version = "0.8.21", features = ["url"] }