diff --git a/Cargo.lock b/Cargo.lock index 90c7f09..dfdd0cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,9 +2368,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.8" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 3982ed7..2db5fac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ once_cell = "1.8.0" serde = { version = "1.0.127", features = [ "derive" ] } skylight = { git = "https://github.com/adumbidiot/skylight-rs", features = [ "objbase", "shlobj" ] } tokio = { version = "1.10.0", features = [ "sync" ] } -toml = "0.5.8" +toml = "0.5.11" uuid = "0.8.2" winapi = "0.3.9" winreg = "0.9.0"