diff --git a/Cargo.lock b/Cargo.lock index 47f77640..27b931f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,9 +859,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "globset" diff --git a/src/hyperlight_guest/Cargo.toml b/src/hyperlight_guest/Cargo.toml index f2ccc69b..d73f9044 100644 --- a/src/hyperlight_guest/Cargo.toml +++ b/src/hyperlight_guest/Cargo.toml @@ -28,4 +28,4 @@ log = { version = "0.4", default-features = false } [build-dependencies] cc = "1.2" cfg-if = "1.0" -glob = "0.3.1" \ No newline at end of file +glob = "0.3.2" \ No newline at end of file