Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update dependencies #1286

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 55 additions & 55 deletions Cargo.Bazel.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
tabled = "0.16.0"
tabular = "0.2"
tempfile = "3.16.0"
tempfile = "3.17.0"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
tokio-util = "0.7.13"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV CARGO_HOME=/cargo
COPY docker /docker

# Download ic-admin
ARG ic_git_revision=3aeac221f24817c3f6b23b95a7bcb60239331f1d
ARG ic_git_revision=181d7a2bc9a3dc7eebe0e4b226edd7fd5a355783
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
2 changes: 1 addition & 1 deletion ic-revisions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://github.com/dfinity/ic.git": {
"commit": "3aeac221f24817c3f6b23b95a7bcb60239331f1d",
"commit": "181d7a2bc9a3dc7eebe0e4b226edd7fd5a355783",
"ref": "refs/heads/master"
},
"https://github.com/dfinity/cdk-rs.git": {
Expand Down
2 changes: 1 addition & 1 deletion pylib/ic_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ def canister_version(agent: Agent, canister_principal: str) -> str:

if __name__ == "__main__":
# One can run some simple one-off tests here, e.g.:
ic_admin = IcAdmin("https://ic0.app", git_revision="3aeac221f24817c3f6b23b95a7bcb60239331f1d")
ic_admin = IcAdmin("https://ic0.app", git_revision="181d7a2bc9a3dc7eebe0e4b226edd7fd5a355783")

print(ic_admin.get_subnet_replica_versions())
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ mnemonic==0.20
multidict==6.0.5
# via aiohttp
# via yarl
mypy==1.14.1
mypy==1.15.0
mypy-extensions==1.0.0
# via black
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ mnemonic==0.20
multidict==6.1.0
# via aiohttp
# via yarl
mypy==1.14.1
mypy==1.15.0
mypy-extensions==1.0.0
# via black
# via mypy
Expand Down