From 26f8a63dc9c5169c7afd57a56f930e1e41a5f4b2 Mon Sep 17 00:00:00 2001 From: Julian Pokrovsky Date: Wed, 7 Feb 2024 03:24:18 +0800 Subject: [PATCH] chore(deps): bump aurora-engine to 0.3.6 (#126) --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 16 ++++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cab4647..a29b861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,8 +493,8 @@ dependencies = [ [[package]] name = "aurora-engine" -version = "3.5.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +version = "3.6.0" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine-hashchain", "aurora-engine-modexp", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "aurora-engine-hashchain" version = "1.0.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine-sdk", "aurora-engine-types", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "aurora-engine-modexp" version = "1.0.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "hex", "num", @@ -536,7 +536,7 @@ dependencies = [ [[package]] name = "aurora-engine-precompiles" version = "1.0.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine-modexp", "aurora-engine-sdk", @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "aurora-engine-sdk" version = "1.0.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine-types", "base64 0.21.7", @@ -566,7 +566,7 @@ dependencies = [ [[package]] name = "aurora-engine-transactions" version = "1.0.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine-precompiles", "aurora-engine-sdk", @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "aurora-engine-types" version = "1.0.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "base64 0.21.7", "borsh 0.10.3", @@ -2475,7 +2475,7 @@ dependencies = [ [[package]] name = "engine-standalone-storage" version = "0.1.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine", "aurora-engine-modexp", @@ -2495,7 +2495,7 @@ dependencies = [ [[package]] name = "engine-standalone-tracing" version = "0.1.0" -source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.5.0#dc3f3c3c5592c7514709a058cd4dc6ac5c3c0303" +source = "git+https://github.com/aurora-is-near/aurora-engine.git?tag=3.6.0#7029a5c18508d10a1c769806a52d02c5db766cc0" dependencies = [ "aurora-engine-types", "evm", diff --git a/Cargo.toml b/Cargo.toml index b128a94..93a97c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,14 +19,14 @@ license = "CC0-1.0" [workspace.dependencies] actix = "0.13" anyhow = "1" -aurora-engine = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std", "tracing", "log", "impl-serde"] } -aurora-engine-transactions = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std", "impl-serde"] } -aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std", "impl-serde"] } -aurora-engine-sdk = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std"] } -aurora-engine-modexp = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std"] } -aurora-engine-hashchain = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["std"] } -engine-standalone-storage = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false } -engine-standalone-tracing = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.5.0", default-features = false, features = ["impl-serde"] } +aurora-engine = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std", "tracing", "log", "impl-serde"] } +aurora-engine-transactions = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std", "impl-serde"] } +aurora-engine-types = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std", "impl-serde"] } +aurora-engine-sdk = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std"] } +aurora-engine-modexp = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std"] } +aurora-engine-hashchain = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["std"] } +engine-standalone-storage = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false } +engine-standalone-tracing = { git = "https://github.com/aurora-is-near/aurora-engine.git", tag = "3.6.0", default-features = false, features = ["impl-serde"] } borsh = { version = "1", features = ["borsh-derive"] } byteorder = "1" clap = { version = "4", features = ["derive"] }