diff --git a/Cargo.lock b/Cargo.lock index 0feb862..77fdf4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,18 +1216,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.47" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.47" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f595fc0..01cbdd8 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.49" tokio = { version = "1.31.0", features = ["full"] } wireguard-control = "1.5.0"