Skip to content

Commit

Permalink
Add support to set time value for state machine binary
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikrothenberger committed Apr 13, 2023
1 parent a4bfbc5 commit 8aba0c7
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 164 deletions.
138 changes: 69 additions & 69 deletions Cargo.Bazel.StaticOpenSSL.json.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Cargo.Bazel.StaticOpenSSL.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "axum"
version = "0.6.12"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f8ccfd9221ee7d1f3d4b33e1f8319b3a81ed8f61f2ea40b37b859794b4491"
checksum = "3b32c5ea3aabaf4deb5f5ced2d688ec0844c881c9e6c696a8b769a05fc691e62"
dependencies = [
"async-trait",
"axum-core",
Expand Down Expand Up @@ -629,9 +629,9 @@ dependencies = [

[[package]]
name = "axum-core"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
Expand Down Expand Up @@ -4048,9 +4048,9 @@ checksum = "7d43ba7c5067d1360860e2234d93411d2126c8eac788467966ed1383161f91fc"

[[package]]
name = "ic-test-state-machine-client"
version = "1.1.1"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23516d69aeb4968ff884b700f41df8adae0733480d0bca6c6b4ff93d2b37003b"
checksum = "be83b09145df43603a6255b2dee2b08055ed37642fe1ee26d2036f2ada81730b"
dependencies = [
"candid 0.8.4",
"ciborium",
Expand Down Expand Up @@ -4526,7 +4526,7 @@ dependencies = [
"ecdsa 0.14.8",
"elliptic-curve",
"sha2 0.10.6",
"sha3 0.10.6",
"sha3 0.10.7",
]

[[package]]
Expand Down Expand Up @@ -7697,9 +7697,9 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.95"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",
Expand Down Expand Up @@ -7895,9 +7895,9 @@ dependencies = [

[[package]]
name = "sha3"
version = "0.10.6"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c"
dependencies = [
"digest 0.10.6",
"keccak",
Expand Down
Loading

0 comments on commit 8aba0c7

Please sign in to comment.