diff --git a/Cargo.lock b/Cargo.lock index 982dd784..c52e3c9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,18 +2100,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e4accc09..d506f086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0.127" serde_urlencoded = "0.7.1" serde_yaml = "0.9" syn = { version = "2.0.87", features = ["parsing"] } -thiserror = "1.0.64" +thiserror = "1.0.69" tokio = { version = "1.38.0", features = ["rt", "net"] } # change when publishing # typify = { version = "0.2.0" }