diff --git a/Cargo.lock b/Cargo.lock index da1aff033b4e9635f614803a9ec70e2fc0d11343..0e0e47c1ddf80650c355734f800f8da9bcc0c074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,9 +784,9 @@ dependencies = [ [[package]] name = "ashpd" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd" +checksum = "618a409b91d5265798a99e3d1d0b226911605e581c4e7255e83c1e397b172bce" dependencies = [ "async-fs", "async-net", diff --git a/Cargo.toml b/Cargo.toml index ffd637ee532a5dad26bdc9e51a8e4c0ae2be1ed7..1b76ca469c70c8bf5fd6d272d32cd550a5908d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -450,7 +450,7 @@ alacritty_terminal = "0.25.1-rc1" any_vec = "0.14" anyhow = "1.0.86" arrayvec = { version = "0.7.4", features = ["serde"] } -ashpd = { version = "0.12", default-features = false, features = ["async-std"] } +ashpd = { version = "0.12.1", default-features = false, features = ["async-std"] } async-compat = "0.2.1" async-compression = { version = "0.4", features = ["gzip", "futures-io"] } async-dispatcher = "0.1"