Skip to content

Commit

Permalink
dfx commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Nov 7, 2024
1 parent 9d92303 commit 7a63a82
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 11 deletions.
96 changes: 88 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
repository = "https://github.com/dfinity/dfx-extensions"

[workspace.dependencies]
dfx-core = { git = "https://github.com/dfinity/sdk", rev = "10391754ccd8d5eb92890f896369bd7c8b62af56" }
dfx-core = { git = "https://github.com/dfinity/sdk", rev = "7c5778a4b3c36806353f3f93ea04c7a76c42dea1" }
dfx-extensions-utils.path = "./extensions-utils"

anyhow = "^1"
Expand All @@ -21,8 +21,8 @@ flate2 = { version = "1.0.25", default-features = false, features = [
] }
fn-error-context = "0.2.1"
futures-util = "0.3.28"
ic-agent = "0.38" # { git = "https://github.com/dfinity/agent-rs", rev = "6e11a350112f9b907c4d590d8217f340e153d898" }
ic-utils = "0.38" # { git = "https://github.com/dfinity/agent-rs", rev = "6e11a350112f9b907c4d590d8217f340e153d898" }
ic-agent = { git = "https://github.com/dfinity/agent-rs", rev = "4642e30ab6cf148ad94bda0c12f1b9330377de36" }
ic-utils = { git = "https://github.com/dfinity/agent-rs", rev = "4642e30ab6cf148ad94bda0c12f1b9330377de36" }
reqwest = { version = "^0.11.22", default-features = false, features = [
"blocking",
"json",
Expand Down

0 comments on commit 7a63a82

Please sign in to comment.