Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Nov 24, 2024
1 parent dcc6f91 commit 64b8fdf
Show file tree
Hide file tree
Showing 20 changed files with 1,353 additions and 554 deletions.
626 changes: 460 additions & 166 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ strip = true
opt-level = 's'

[workspace.package]
version = "0.9.9"
version = "0.9.10"
edition = "2021"
repository = "https://github.com/ldclabs/ic-oss"
keywords = ["file", "storage", "oss", "s3", "icp"]
Expand All @@ -29,6 +29,7 @@ bytes = "1"
base64 = "0.22"
candid = "0.10"
ciborium = "0.2"
coset = "0.3"
futures = "0.3"
serde = "1"
serde_bytes = "0.11"
Expand All @@ -41,8 +42,8 @@ hex = "0.4"
sha2 = "0.10"
sha3 = "0.10"
num-traits = "0.2"
ic-cdk = "0.16"
ic-cdk-timers = "0.10"
ic-cdk = "0.17"
ic-cdk-timers = "0.11"
ic-stable-structures = "0.6"
icrc-ledger-types = "0.1"
ic-http-certification = { version = "2.6", features = ["serde"] }
Expand Down
Loading

0 comments on commit 64b8fdf

Please sign in to comment.