Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-github-api authored Aug 19, 2024
2 parents b343650 + 7b46276 commit d186a63
Show file tree
Hide file tree
Showing 11 changed files with 899 additions and 867 deletions.
724 changes: 371 additions & 353 deletions Cargo.Bazel.lock

Large diffs are not rendered by default.

384 changes: 192 additions & 192 deletions Cargo.lock

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,55 +105,55 @@ hyper = { version = "1.4.1" }
ic-agent = "0.37.1"
octocrab = "0.39.0"
self_update = { version = "0.41.0", features = ["archive-tar"] }
ic-async-utils = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-canister-client = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-canister-client-sender = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-async-utils = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-canister-client = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-canister-client-sender = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-canisters = { path = "rs/ic-canisters" }
ic-nervous-system-common-test-keys = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", rev = "deb1e15ae4c60333636f0581e0f30d169d8c9a0a" }
ic-config = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-crypto-utils-threshold-sig-der = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-http-endpoints-metrics = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nervous-system-common-test-keys = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-cdk = { git = "https://github.com/dfinity/cdk-rs.git", rev = "bd17d57a7b8ca59665fea5fad6143ca02724d03b" }
ic-config = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-crypto-utils-threshold-sig-der = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-http-endpoints-metrics = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-identity-hsm = "0.37.0"
ic-interfaces = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-interfaces-registry = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-interfaces = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-interfaces-registry = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-management-backend = { path = "rs/ic-management-backend" }
ic-management-canister-types = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-management-canister-types = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-management-types = { path = "rs/ic-management-types" }
ic-metrics = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nns-common = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nns-governance-api = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-protobuf = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-client = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-client-fake = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-client-helpers = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-common-proto = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-keys = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-local-registry = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-local-store = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-local-store-artifacts = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-nns-data-provider = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-subnet-type = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-registry-transport = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-sys = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nervous-system-root = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-nervous-system-clients = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-sns-wasm = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
cycles-minting-canister = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
ic-metrics = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-nns-common = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-nns-governance-api = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-protobuf = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-client = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-client-fake = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-client-helpers = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-common-proto = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-keys = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-local-registry = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-local-store = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-local-store-artifacts = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-nns-data-provider = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-subnet-type = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-registry-transport = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-sys = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-nervous-system-root = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-nervous-system-clients = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-sns-wasm = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
cycles-minting-canister = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
ic-transport-types = "0.37.1"
ic-utils = "0.37.0"
include_dir = "0.7.4"
itertools = "0.13.0"
keyring = "3.1.0"
keyring = "3.2.0"
lazy_static = "1.5.0"
log = "0.4.22"
lru = "0.12.4"
opentelemetry = { version = "0.22.0", features = ["metrics"] }
phantom_newtype = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
phantom_newtype = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
pkcs11 = "0.5.0"
pretty_assertions = "1.4.0"
pretty_env_logger = "0.5.0"
Expand All @@ -164,7 +164,7 @@ rand = { version = "0.8.5", features = ["std_rng"] }
rand_seeder = "0.3.0"
rayon = "1.10.0"
regex = "1.10.6"
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
"blocking",
Expand Down Expand Up @@ -196,7 +196,7 @@ tabled = "0.16.0"
tabular = "0.2"
tempfile = "3.12.0"
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
tokio-util = "0.7.11"
url = "2.5.2"
urlencoding = "2.1.3"
Expand All @@ -208,14 +208,14 @@ headless_chrome = { version = "1.0.12", features = [
], default-features = false }

# dre-canisters dependencies
ic-cdk-timers = { git = "https://github.com/dfinity/cdk-rs.git", rev = "deb1e15ae4c60333636f0581e0f30d169d8c9a0a" }
ic-cdk-macros = { git = "https://github.com/dfinity/cdk-rs.git", rev = "deb1e15ae4c60333636f0581e0f30d169d8c9a0a" }
ic-cdk-timers = { git = "https://github.com/dfinity/cdk-rs.git", rev = "bd17d57a7b8ca59665fea5fad6143ca02724d03b" }
ic-cdk-macros = { git = "https://github.com/dfinity/cdk-rs.git", rev = "bd17d57a7b8ca59665fea5fad6143ca02724d03b" }
ic-stable-structures = "0.6.5"
ciborium = "0.2.2"
dfn_core = { git = "https://github.com/dfinity/ic.git", rev = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46" }
dfn_core = { git = "https://github.com/dfinity/ic.git", rev = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae" }

# dre-airflow deps, should be replaced with dre-airflow once
indexmap = { version = "2.3.0", features = ["serde"] }
indexmap = { version = "2.4.0", features = ["serde"] }

[profile.release]
# Add debug information to the release build (does NOT reduce the level of optimization!)
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ aspect_bazel_lib_dependencies()

aspect_bazel_lib_register_toolchains()

IC_REPO_VERSION = "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46"
IC_REPO_VERSION = "b0aef30f10784189a5ce73e58ed1f19359a5a3ae"

http_archive(
name = "ic_repo",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ENV CARGO_HOME=/cargo
COPY docker /docker

# Download ic-admin
ARG ic_git_revision=b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46
ARG ic_git_revision=b0aef30f10784189a5ce73e58ed1f19359a5a3ae
RUN curl --fail https://download.dfinity.systems/ic/${ic_git_revision}/release/ic-admin.gz -o - | gunzip -c >| /usr/bin/ic-admin && \
chmod +x /usr/bin/ic-admin

Expand Down
4 changes: 2 additions & 2 deletions ic-revisions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"https://github.com/dfinity/ic.git": {
"commit": "b4ccc86f84d6d6ffcd74eab706b0a0fed1607a46",
"commit": "b0aef30f10784189a5ce73e58ed1f19359a5a3ae",
"ref": "refs/heads/master"
},
"https://github.com/dfinity/cdk-rs.git": {
"commit": "deb1e15ae4c60333636f0581e0f30d169d8c9a0a",
"commit": "bd17d57a7b8ca59665fea5fad6143ca02724d03b",
"ref": "refs/heads/main"
}
}
Loading

0 comments on commit d186a63

Please sign in to comment.