diff --git a/Cargo.toml b/Cargo.toml index f5b59cca35..0f168bff63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [ ] [patch.crates-io.ic-agent] -version = "0.5.1" +version = "0.5.2" git = "https://github.com/dfinity/agent-rs.git" rev = "168123af93e5dd9ef9a56ee794eb81c076523dc3" @@ -19,6 +19,6 @@ git = "https://github.com/dfinity/agent-rs.git" rev = "168123af93e5dd9ef9a56ee794eb81c076523dc3" [patch.crates-io.ic-utils] -version = "0.3.2" +version = "0.3.3" git = "https://github.com/dfinity/agent-rs.git" rev = "168123af93e5dd9ef9a56ee794eb81c076523dc3" diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 5057fc5a9e..5cd031cfd9 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -76,7 +76,7 @@ wasmparser = "0.45.0" webpki-roots = "0.21.0" [dependencies.ic-agent] -version = "0.5.1" +version = "0.5.2" git = "https://github.com/dfinity/agent-rs.git" rev = "168123af93e5dd9ef9a56ee794eb81c076523dc3" features = ["reqwest"] @@ -92,7 +92,7 @@ git = "https://github.com/dfinity/agent-rs.git" rev = "168123af93e5dd9ef9a56ee794eb81c076523dc3" [dependencies.ic-utils] -version = "0.3.2" +version = "0.3.3" git = "https://github.com/dfinity/agent-rs.git" rev = "168123af93e5dd9ef9a56ee794eb81c076523dc3"