diff --git a/Cargo.lock b/Cargo.lock index 56e3888b1e..f0e70fcfc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1607,7 +1607,7 @@ dependencies = [ [[package]] name = "dfx-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "aes-gcm", "argon2", diff --git a/src/dfx-core/CHANGELOG.md b/src/dfx-core/CHANGELOG.md index 8caf055ffc..6fa84f7213 100644 --- a/src/dfx-core/CHANGELOG.md +++ b/src/dfx-core/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + + - updated ic-agent dependency to 0.39 + ## [0.1.1] - 2024-11-08 ### Added diff --git a/src/dfx-core/Cargo.toml b/src/dfx-core/Cargo.toml index 577b717fbf..3138270f51 100644 --- a/src/dfx-core/Cargo.toml +++ b/src/dfx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx-core" -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true repository.workspace = true