Skip to content
Closed
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
3,301 changes: 1,774 additions & 1,527 deletions Cargo.lock

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,35 +191,35 @@ members = [

[workspace.dependencies]
actix = "0.13.5"
aes-gcm = "0.10"
aes-gcm = "0.11"
assert-json-diff = "2.0.2"
async-stream = "0.3.5"
async-trait = "0.1.89"
axum = "0.7.4"
axum = "0.8.8"
base64 = "0.22.0"
blake3 = "1.5.0"
borsh = "1.3.1"
bs58 = "0.5.0"
bytes = "1.11.1"
cached-path = { version = "0.8.1", default-features = false, features = ["rustls-tls"] }
cached-path = { version = "0.10.1", default-features = false, features = ["rustls-tls"] }
camino = "1.1.6"
candid = "0.10.10"
cargo_metadata = "0.20.0"
cfg-if = "1.0.0"
chrono = "0.4.37"
claims = "0.7.1"
claims = "0.8.0"
clap = "4.4.18"
serial_test = "3.2"
color-eyre = "0.6.2"
comfy-table = "7.0"
configfs-tsm = "0.0.2"
const_format = "0.2.32"
curve25519-dalek = "4.1.3"
curve25519-dalek = "5.0.0"
dashmap = "6.1.0"
dcap-qvl = "0.3"
dirs = "5.0.1"
dcap-qvl = "0.5"
dirs = "6.0.0"
ed25519-consensus = "2.1.0"
ed25519-dalek = "2.1.1"
ed25519-dalek = "3.0.0"
either = "1.13.0"
ethabi = "18.0.0"
eyre = "0.6.12"
Expand All @@ -229,34 +229,34 @@ fragile = "2.0.0"
futures-util = "0.3.30"
generic-array = "1.0.0"
hex = "0.4.3"
hkdf = "0.12"
ic-agent = "0.39.1"
hkdf = "0.13"
ic-agent = "0.48.1"
indexmap = "2.6.0"
infer = "0.19.0"
itertools = "0.14.0"
jsonschema = "0.17"
jsonwebtoken = "9.3.0"
itertools = "0.15.0"
jsonschema = "0.47"
jsonwebtoken = "10.4.0"
lazy_static = "1.4"
libp2p = "0.56.0"
lz4_flex = "0.11"
lz4_flex = "0.13"
libp2p-identity = "0.2.12"
libp2p-metrics = "0.17.0"
libp2p-stream = "0.4.0-alpha"
libp2p-swarm-test = "0.6.0"
memchr = "2"
multiaddr = "0.18.1"
notify = "6.1.1"
notify = "8.2.0"
once_cell = "1.18"
ouroboros = "0.18.5"
owo-colors = "3.5.0"
owo-colors = "4.3.0"
parking_lot = "0.12.3"
pastey = "0.2.3" # maintained drop-in for the unmaintained `paste`
percent-encoding = "2.3"
prettyplease = "0.2.17"
proc-macro2 = "1.0"
prometheus-client = "0.23"
prometheus-client = "0.25"
quote = "1.0.37"
rand = "0.8.5"
rand = "0.10.2"
reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls"] }
ring = "0.17.8"
rocksdb = { version = "0.24.0", default-features = false, features = ["bindgen-runtime"] }
Expand All @@ -266,42 +266,42 @@ rustc_version = "0.4"
semver = "1.0.22"
serde = "1.0.196"
serde_json = "1.0.113"
serde_json_canonicalizer = "0.2.0"
serde_json_canonicalizer = "0.3.2"
serde_with = "3.9.0"
sha2 = "0.10.8"
sha2 = "0.11.0"
subtle = "2.6.1"
starknet = "0.17.0"
starknet-core = "0.16.0"
starknet-core-derive = "0.1.0"
starknet-crypto = "0.8.1"
starknet-types-core = "0.2.0"
strum = "0.26.2"
strum = "0.27.2"
syn = { version = "2.0", features = ["full"] }
tar = "0.4"
tempfile = "3.10"
tdx-quote = "0.0.4"
tdx-quote = "0.0.5"
tdx_workload_attestation = "0.1.0"
thiserror = "1.0.56"
thiserror = "2.0.18"
thunderdome = "0.6.1"
tokio = "1.47.1"
tokio-stream = "0.1.17"
tokio-test = "0.4.4"
tokio-tungstenite = "0.24.0"
tokio-tungstenite = "0.28.0"
tokio-util = "0.7.11"
toml = "0.8.9"
toml_edit = "0.22.14"
tower = "0.4.13"
tower-http = "0.5.2"
tower-sessions = "0.12.0"
toml = "1.0.3"
toml_edit = "0.23.10"
tower = "0.5.3"
tower-http = "0.6.8"
tower-sessions = "0.15.0"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
trybuild = "1.0"
ureq = "2.9.7"
ureq = "3.3.0"
url = "2.5.2"
velcro = "0.5.4"
wasmer = "6.1.0"
wasmer-types = "6.1.0"
wasmer-compiler-cranelift = "6.1.0"
wasmer = "7.2.0"
wasmer-types = "7.2.0"
wasmer-compiler-cranelift = "7.2.0"
wat = "1.243.0"
web3 = "0.19.0"
webbrowser = "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion apps/blobs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
thiserror.workspace = true
calimero-sdk.workspace = true
calimero-storage.workspace = true
sha2 = "0.10"
sha2 = "0.11"
hex = "0.4"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion apps/private_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
thiserror.workspace = true
calimero-sdk.workspace = true
calimero-storage.workspace = true
sha2 = "0.10"
sha2 = "0.11"
hex = "0.4"
bs58 = "0.5"

Expand Down
12 changes: 6 additions & 6 deletions crates/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ license.workspace = true
publish = true

[dependencies]
aes-gcm = "0.10.3"
aes-gcm = "0.11.0"
async-trait.workspace = true
axum = { workspace = true, features = ["macros"] }
axum-extra = { version = "0.10.1", features = ["cookie", "cookie-signed", "cookie-private"] }
axum-extra = { version = "0.12.5", features = ["cookie", "cookie-signed", "cookie-private"] }
base64.workspace = true
borsh.workspace = true
bs58.workspace = true
calimero-primitives.workspace = true
calimero-store.workspace = true
chrono = { workspace = true, features = ["serde"] }
clap = { workspace = true, features = ["derive", "env"] }
config = { version = "0.13", default-features = false, features = ["json", "toml"] }
ctor = "0.1"
dashmap = "5.5.3"
config = { version = "0.15", default-features = false, features = ["json", "toml"] }
ctor = "1.0"
dashmap = "6.1.0"
ed25519-dalek = { workspace = true, features = ["rand_core"] }
eyre.workspace = true
hex.workspace = true
Expand Down Expand Up @@ -52,7 +52,7 @@ uuid = { version = "1.6", features = ["v4", "serde"] }
validator = { version = "0.20.0", features = ["derive"] }

[dev-dependencies]
mockall = "0.11"
mockall = "0.15"
reqwest = { workspace = true, features = ["json"] }
tempfile = "3.8"
tokio-test = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/merod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ calimero-tee-attestation.workspace = true
calimero-utils-actix.workspace = true
calimero-primitives = { workspace = true, features = ["borsh"] }
mero-auth = { path = "../auth" }
sigstore = { version = "0.13.0", default-features = false, features = ["verify", "cosign", "sigstore-trust-root", "rustls-tls"] }
sigstore = { version = "0.14.0", default-features = false, features = ["verify", "cosign", "sigstore-trust-root", "rustls-tls"] }
x509-cert = "0.2.5"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ calimero-network-primitives = { workspace = true, features = ["test-utils"] }
calimero-storage = { workspace = true, features = ["testing"] }
ed25519-dalek.workspace = true
parking_lot.workspace = true
rand_chacha = "0.3"
rand_chacha = "0.9"
serial_test.workspace = true
tempfile.workspace = true
# `tokio/test-util` is dev-only — provides `tokio::time::pause()` /
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json.workspace = true
thiserror.workspace = true
proc-macro2.workspace = true
syn = { workspace = true, features = ["full", "visit"] }
wasmparser = "0.118"
wasmparser = "0.253"

[dev-dependencies]
jsonschema.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tools/calimero-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
clap = { workspace = true, features = ["derive"] }
wasmparser = "0.118"
wasmparser = "0.253"
serde_json.workspace = true
eyre.workspace = true
calimero-wasm-abi = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions tools/merodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ calimero-primitives = { workspace = true, features = ["borsh"] }
calimero-storage = { workspace = true }
calimero-store = { workspace = true, features = ["datatypes", "serde"] }
calimero-wasm-abi = { workspace = true }
sha2 = "0.10"
sha2 = "0.11"
once_cell = "1.19"
jaq-interpret = "1.2"
jaq-parse = "1.0"
jaq-syn = "1.1"

# GUI dependencies (optional)
axum = { version = "0.7", optional = true, features = ["multipart"] }
axum = { version = "0.8", optional = true, features = ["multipart"] }
tokio = { version = "1", features = ["full"], optional = true }
tower-http = { version = "0.5", optional = true, features = ["fs", "set-header"] }
tower-http = { version = "0.6", optional = true, features = ["fs", "set-header"] }

[dev-dependencies]
tempfile = "3.10"
Loading