Skip to content

Commit 7ee112b

Browse files
committed
chore: update dependencies
1 parent 5b2e7ae commit 7ee112b

File tree

8 files changed

+865
-701
lines changed

8 files changed

+865
-701
lines changed

Cargo.lock

Lines changed: 377 additions & 256 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ strip = true
1717
opt-level = 's'
1818

1919
[workspace.package]
20-
version = "1.0.0"
20+
version = "1.0.1"
2121
edition = "2021"
2222
repository = "https://github.com/ldclabs/ic-oss"
2323
keywords = ["file", "storage", "oss", "s3", "icp"]
@@ -47,7 +47,7 @@ ic-cdk-timers = "0.11"
4747
ic-stable-structures = "0.6"
4848
icrc-ledger-types = "0.1"
4949
ic-http-certification = { version = "3.0" }
50-
ic-agent = "0.39"
50+
ic-agent = "0.40"
5151
anyhow = "1"
5252
crc32fast = "1.4"
5353
url = "2.5"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ build-wasm:
2121
build-did:
2222
candid-extractor target/wasm32-unknown-unknown/release/ic_oss_bucket.wasm > src/ic_oss_bucket/ic_oss_bucket.did
2323
candid-extractor target/wasm32-unknown-unknown/release/ic_oss_cluster.wasm > src/ic_oss_cluster/ic_oss_cluster.did
24+
dfx generate

0 commit comments

Comments
 (0)