Skip to content

Commit

Permalink
Update mamoru sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
sokyrko committed Jun 29, 2023
1 parent c89818d commit d3f7352
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ move-stackless-bytecode = { path = "external-crates/move/move-prover/bytecode" }
move-symbol-pool = { path = "external-crates/move/move-symbol-pool" }

# The mamoru
mamoru-sniffer = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7" }
mamoru-sui-types = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7" }
mamoru-sniffer = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9" }
mamoru-sui-types = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9" }
#mamoru-sniffer = { path = "../mamoru-core/mamoru-sniffer" }
#mamoru-sui-types = { path = "../mamoru-core/mamoru-sui-types" }

Expand Down
18 changes: 9 additions & 9 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ block-buffer-274715c4dabd11b0 = { package = "block-buffer", version = "0.9", def
block-buffer-93f6ce9d446188ac = { package = "block-buffer", version = "0.10", default-features = false }
block-padding-468e82937335b1c9 = { package = "block-padding", version = "0.3", default-features = false, features = ["std"] }
block-padding-6f8ce4dd05d13bba = { package = "block-padding", version = "0.2", default-features = false }
blockchain-data-macro = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
blockchain-data-macro = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
blst = { version = "0.3", features = ["no-threads"] }
brotli = { version = "3", default-features = false, features = ["std"] }
brotli-decompressor = { version = "2", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -370,9 +370,9 @@ log = { version = "0.4", default-features = false, features = ["serde", "std"] }
lru = { version = "0.10" }
lz4 = { version = "1", default-features = false }
lz4-sys = { version = "1", default-features = false }
mamoru-core = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
mamoru-sniffer = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
mamoru-sui-types = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
mamoru-core = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
mamoru-sniffer = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
mamoru-sui-types = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
maplit = { version = "1", default-features = false }
match_opt = { version = "0.1", default-features = false }
matchers = { version = "0.1", default-features = false }
Expand Down Expand Up @@ -865,8 +865,8 @@ block-buffer-274715c4dabd11b0 = { package = "block-buffer", version = "0.9", def
block-buffer-93f6ce9d446188ac = { package = "block-buffer", version = "0.10", default-features = false }
block-padding-468e82937335b1c9 = { package = "block-padding", version = "0.3", default-features = false, features = ["std"] }
block-padding-6f8ce4dd05d13bba = { package = "block-padding", version = "0.2", default-features = false }
blockchain-data-derive = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
blockchain-data-macro = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
blockchain-data-derive = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
blockchain-data-macro = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
blst = { version = "0.3", features = ["no-threads"] }
brotli = { version = "3", default-features = false, features = ["std"] }
brotli-decompressor = { version = "2", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -1166,9 +1166,9 @@ log = { version = "0.4", default-features = false, features = ["serde", "std"] }
lru = { version = "0.10" }
lz4 = { version = "1", default-features = false }
lz4-sys = { version = "1", default-features = false }
mamoru-core = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
mamoru-sniffer = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
mamoru-sui-types = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "fb3212ec1906392fcc2fe9192a07bc092944d0b7", default-features = false }
mamoru-core = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
mamoru-sniffer = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
mamoru-sui-types = { git = "https://github.com/Mamoru-Foundation/mamoru-core", rev = "d409d5f30d858cb5a09bf844740495f0f40ec2d9", default-features = false }
maplit = { version = "1", default-features = false }
match_opt = { version = "0.1", default-features = false }
matchers = { version = "0.1", default-features = false }
Expand Down

0 comments on commit d3f7352

Please sign in to comment.