Skip to content

Commit 64b8fdf

Browse files
committed
chore: update dependencies
1 parent dcc6f91 commit 64b8fdf

20 files changed

+1353
-554
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 3 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 = "0.9.9"
20+
version = "0.9.10"
2121
edition = "2021"
2222
repository = "https://github.com/ldclabs/ic-oss"
2323
keywords = ["file", "storage", "oss", "s3", "icp"]
@@ -29,6 +29,7 @@ bytes = "1"
2929
base64 = "0.22"
3030
candid = "0.10"
3131
ciborium = "0.2"
32+
coset = "0.3"
3233
futures = "0.3"
3334
serde = "1"
3435
serde_bytes = "0.11"
@@ -41,8 +42,8 @@ hex = "0.4"
4142
sha2 = "0.10"
4243
sha3 = "0.10"
4344
num-traits = "0.2"
44-
ic-cdk = "0.16"
45-
ic-cdk-timers = "0.10"
45+
ic-cdk = "0.17"
46+
ic-cdk-timers = "0.11"
4647
ic-stable-structures = "0.6"
4748
icrc-ledger-types = "0.1"
4849
ic-http-certification = { version = "2.6", features = ["serde"] }

0 commit comments

Comments
 (0)