diff --git a/Cargo.lock b/Cargo.lock index 77a08b37..3554be0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1735,9 +1735,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "prettyplease" -version = "0.2.29" +version = "0.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" +checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb" dependencies = [ "proc-macro2", "syn", diff --git a/ton-liteserver-client/Cargo.toml b/ton-liteserver-client/Cargo.toml index 30dbf6b3..d095c3e6 100644 --- a/ton-liteserver-client/Cargo.toml +++ b/ton-liteserver-client/Cargo.toml @@ -8,7 +8,7 @@ tl_parser = { path = "../tl_parser" } anyhow = { workspace = true } quote = "1.0" syn = "2.0.98" -prettyplease = "0.2.29" +prettyplease = "0.2.31" convert_case = "0.7.1" [dependencies] diff --git a/tonlibjson-client/Cargo.toml b/tonlibjson-client/Cargo.toml index 4f38c85d..ebf2192c 100644 --- a/tonlibjson-client/Cargo.toml +++ b/tonlibjson-client/Cargo.toml @@ -44,7 +44,7 @@ tl_parser = { path = "../tl_parser" } anyhow = { workspace = true } quote = "1.0" syn = "2.0.98" -prettyplease = "0.2.29" +prettyplease = "0.2.31" convert_case = "0.7.1" [features]