Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
1,469 changes: 465 additions & 1,004 deletions Cargo.Bazel.json.lock

Large diffs are not rendered by default.

338 changes: 113 additions & 225 deletions Cargo.Bazel.toml.lock

Large diffs are not rendered by default.

4,959 changes: 2,492 additions & 2,467 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ curve25519-dalek = { version = "4.1.3", features = [
der = { version = "0.7", default-features = false, features = ["derive"] }
derive-new = "0.7.0"
devicemapper = "0.34"
dfx-core = { version = "0.1.4" }
dfx-core = { version = "0.3.0" }
ed25519-dalek = { version = "2.2.0", features = [
"std",
"zeroize",
Expand Down Expand Up @@ -674,28 +674,28 @@ hyper-rustls = { version = "0.27.5", default-features = false, features = [
hyper-socks2 = { version = "0.9.1", default-features = false }
hyper-util = { version = "0.1.12", features = ["full"] }
ic0 = "1.0.0"
ic-agent = { version = "0.40.1", features = ["pem", "ring"] }
ic-bn-lib = { version = "0.1.7", features = ["acme-alpn"] }
ic-agent = { version = "0.45.0", features = ["pem", "ring"] }
ic-bn-lib = { version = "0.1.14", features = ["acme-alpn"] }
ic-bn-lib-common = "0.1"
ic-btc-interface = "0.2.3"
ic-canister-runtime = "0.1.0"
ic-canister-sig-creation = "1.3.1"
ic-cbor = "3"
ic-cdk = "0.19.0"
ic-cdk-timers = "1.0.0"
ic-certificate-verification = "3"
ic-certificate-verification = "3.0.3"
ic-certification = "3"
ic-doge-interface = "0.1.0"
ic-gateway = { git = "https://github.com/dfinity/ic-gateway", rev = "92ee522a4514584ccf6de487ba40d92063effd9a", default-features = false }
ic-gateway = { git = "https://github.com/dfinity/ic-gateway", tag = "v0.4.0", default-features = false }
ic-http-certification = "3.0.3"
ic-http-gateway = { git = "https://github.com/dfinity/http-gateway", rev = "c17ad1b378df3a85441ce2c6853ec61b6f83f730" }
ic-identity-hsm = "0.40.1"
ic-http-gateway = { git = "https://github.com/dfinity/http-gateway", tag = "v0.4.2" }
ic-identity-hsm = "0.45.0"
ic-management-canister-types = "0.5.0"
ic-response-verification = "3"
ic-response-verification = "3.0.3"
ic-sha3 = "1.0.0"
ic-stable-structures = "0.6.8"
ic-transport-types = { version = "0.40.1" }
ic-utils = { version = "0.40.1", features = ["raw"] }
ic-transport-types = { version = "0.45.0" }
ic-utils = { version = "0.45.0", features = ["raw"] }
ic-vetkeys = "0.6.0"
ic_bls12_381 = { version = "0.10.1", default-features = false, features = [
"groups",
Expand Down Expand Up @@ -774,7 +774,7 @@ proc-macro2 = "1.0.89"
procfs = { version = "^0.17", default-features = false }
prometheus = { version = "0.14.0", features = ["process"] }
prometheus-parse = { version = "0.2.4" }
proptest = "1.5.0"
proptest = "=1.6.0"
proptest-derive = "0.5.0"
prost = "0.13.3"
prost-build = "0.13.3"
Expand Down
22 changes: 11 additions & 11 deletions bazel/rust.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ crate.spec(
)
crate.spec(
package = "dfx-core",
version = "^0.1.4",
version = "^0.3.0",
)
crate.spec(
package = "dyn-clone",
Expand Down Expand Up @@ -486,7 +486,7 @@ crate.spec(
)
crate.spec(
package = "fqdn",
version = "0.3.11",
version = "0.5.2",
)
crate.spec(
package = "fs_extra",
Expand Down Expand Up @@ -612,18 +612,18 @@ crate.spec(
"ring",
],
package = "ic-agent",
version = "^0.40.1",
version = "^0.45.0",
)
crate.spec(
features = [
"acme-alpn",
],
package = "ic-bn-lib",
version = "0.1.7",
version = "0.1.14",
)
crate.spec(
package = "ic-bn-lib-common",
version = "0.1",
version = "0.1.4",
)
crate.spec(
package = "ic-btc-interface",
Expand Down Expand Up @@ -678,7 +678,7 @@ crate.spec(
default_features = False,
git = "https://github.com/dfinity/ic-gateway",
package = "ic-gateway",
rev = "92ee522a4514584ccf6de487ba40d92063effd9a",
tag = "v0.4.0",
)
crate.spec(
package = "ic-http-certification",
Expand All @@ -687,11 +687,11 @@ crate.spec(
crate.spec(
git = "https://github.com/dfinity/http-gateway",
package = "ic-http-gateway",
rev = "c17ad1b378df3a85441ce2c6853ec61b6f83f730",
tag = "v0.4.2",
)
crate.spec(
package = "ic-identity-hsm",
version = "^0.40.1",
version = "^0.45.0",
)
crate.spec(
package = "ic-metrics-encoder",
Expand Down Expand Up @@ -739,12 +739,12 @@ crate.spec(
)
crate.spec(
package = "ic-transport-types",
version = "^0.40.1",
version = "^0.45.0",
)
crate.spec(
features = ["raw"],
package = "ic-utils",
version = "^0.40.1",
version = "^0.45.0",
)
crate.spec(
default_features = False,
Expand Down Expand Up @@ -1160,7 +1160,7 @@ crate.spec(
)
crate.spec(
package = "proptest",
version = "^1.5.0",
version = "=1.6.0",
)
crate.spec(
package = "prometheus-parse",
Expand Down
Loading
Loading