diff --git a/Cargo.lock b/Cargo.lock index b3da8e027..88e3b227e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1017,18 +1017,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" +checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" +checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 530248852..80037efb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ option_parser = { path = "option_parser" } seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.4" } serde_json = "1.0.64" signal-hook = "0.3.9" -thiserror = "1.0.25" +thiserror = "1.0.26" vmm = { path = "vmm" } vmm-sys-util = "0.8.0" vm-memory = "0.5.0"