diff --git a/Cargo.lock b/Cargo.lock index c148394..1c9d1ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,8 +106,8 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hmt-detection" -version = "0.11.17" -source = "git+https://github.com/hummanta/hummanta.git?tag=v0.11.17#cfa5a9b2ae1ac585e4d794e3cf09ec43d09aa288" +version = "0.11.18" +source = "git+https://github.com/hummanta/hummanta.git?tag=v0.11.18#747fecb5c4293f4ac8b680a0932b816d526c5a34" dependencies = [ "clap", "serde", @@ -254,9 +254,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" dependencies = [ "pin-project-lite", "tracing-attributes", @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", @@ -276,9 +276,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", ] diff --git a/Cargo.toml b/Cargo.toml index 5dd0386..89f7023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.8" edition = "2021" [dependencies] -hmt-detection = { git = "https://github.com/hummanta/hummanta.git", tag = "v0.11.17"} +hmt-detection = { git = "https://github.com/hummanta/hummanta.git", tag = "v0.11.18"} walkdir = "2"