Skip to content

Commit

Permalink
chore: update agent-rs to 778d7d0f (#1768)
Browse files Browse the repository at this point in the history
Notably, this brings in dfinity/agent-rs@c884144 which updates to candid 0.7.3, with agent-rs depending on ic-types.
  • Loading branch information
ericswanson-dfinity committed Jul 21, 2021
1 parent a0ea95d commit b4ec9bb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ members = [
[patch.crates-io.ic-agent]
version = "0.6.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"

[patch.crates-io.ic-asset]
version = "0.1.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"

[patch.crates-io.ic-identity-hsm]
version = "0.3.3"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"

[patch.crates-io.ic-utils]
version = "0.4.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"
2 changes: 1 addition & 1 deletion nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"agent-rs": {
"branch": "main",
"repo": "https://github.com/dfinity/agent-rs",
"rev": "98f834c71058e5f5ad5cecdf6818417c35c25125",
"rev": "778d7d0f60db53334ee84e4d13a907f5268b3291",
"type": "git"
},
"bats-support": {
Expand Down
8 changes: 4 additions & 4 deletions src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,23 @@ webpki-roots = "0.21.0"
[dependencies.ic-agent]
version = "0.6.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"
features = ["reqwest"]

[dependencies.ic-asset]
version = "0.1.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"

[dependencies.ic-identity-hsm]
version = "0.3.3"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"

[dependencies.ic-utils]
version = "0.4.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "98f834c71058e5f5ad5cecdf6818417c35c25125"
rev = "778d7d0f60db53334ee84e4d13a907f5268b3291"

[dev-dependencies]
env_logger = "0.6"
Expand Down

0 comments on commit b4ec9bb

Please sign in to comment.