diff --git a/Cargo.lock b/Cargo.lock index 60c168f..9a1e5da 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", @@ -248,9 +248,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", @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.33" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", ] diff --git a/Cargo.toml b/Cargo.toml index 340eff7..9987090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.3.6" 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"