diff --git a/Cargo.lock b/Cargo.lock index 0feb862..654a1ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,18 +1216,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.47" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.47" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f595fc0..14532ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ nix = "0.27.1" resolv-conf = "0.7.0" rsdns = { version = "0.15.0", features = [ "net-tokio" ] } rtnetlink = "0.13.1" -thiserror = "1.0.40" +thiserror = "1.0.50" tokio = { version = "1.31.0", features = ["full"] } wireguard-control = "1.5.0"