diff --git a/Cargo.lock b/Cargo.lock index 2ac266259a..e955a8c51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,7 +1678,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dfx" -version = "0.31.0" +version = "0.32.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 1266b8a746..f4ab59abe1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -87,6 +87,7 @@ "0.29.2", "0.30.1", "0.30.2", - "0.31.0" + "0.31.0", + "0.32.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index d988943838..fd38b2dc6f 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.31.0" +version = "0.32.0" authors.workspace = true edition.workspace = true repository.workspace = true