Skip to content

Commit

Permalink
0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Nov 17, 2023
1 parent dd5e23b commit 36dee3f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ license = "Apache-2.0"

[workspace.dependencies]
candid = { version = "0.9.0", features = ["parser"] }
ic-agent = "0.30.1"
ic-agent = "0.30.2"
ic-asset = { path = "src/canisters/frontend/ic-asset" }
ic-cdk = "0.10.0"
ic-identity-hsm = "0.30.1"
ic-utils = "0.30.1"
ic-identity-hsm = "0.30.2"
ic-utils = "0.30.2"

aes-gcm = "0.9.4"
anyhow = "1.0.56"
Expand Down Expand Up @@ -69,19 +69,19 @@ url = "2.1.0"
walkdir = "2.3.2"

[patch.crates-io.ic-agent]
version = "0.30.1"
version = "0.30.2"
git = "https://github.com/dfinity/agent-rs.git"
rev = "5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9"
rev = "ed0862a45d5973ff123cbabc4ac40a89821b18c6"

[patch.crates-io.ic-identity-hsm]
version = "0.30.1"
version = "0.30.2"
git = "https://github.com/dfinity/agent-rs.git"
rev = "5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9"
rev = "ed0862a45d5973ff123cbabc4ac40a89821b18c6"

[patch.crates-io.ic-utils]
version = "0.30.1"
version = "0.30.2"
git = "https://github.com/dfinity/agent-rs.git"
rev = "5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9"
rev = "ed0862a45d5973ff123cbabc4ac40a89821b18c6"

[profile.release]
panic = 'abort'
Expand Down

0 comments on commit 36dee3f

Please sign in to comment.