diff --git a/das_api/Cargo.lock b/das_api/Cargo.lock index abdde2349..cfe215624 100644 --- a/das_api/Cargo.lock +++ b/das_api/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "das_api" -version = "0.5.7" +version = "0.5.8" dependencies = [ "async-trait", "bs58 0.4.0", @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.5.7" +version = "0.5.8" dependencies = [ "async-trait", "blockbuster", diff --git a/das_api/Cargo.toml b/das_api/Cargo.toml index 2467bd0d6..5622835ae 100644 --- a/das_api/Cargo.toml +++ b/das_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "das_api" -version = "0.5.7" +version = "0.5.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/digital_asset_types/Cargo.lock b/digital_asset_types/Cargo.lock index 71408a951..096099dea 100644 --- a/digital_asset_types/Cargo.lock +++ b/digital_asset_types/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.5.7" +version = "0.5.8" dependencies = [ "async-trait", "blockbuster", diff --git a/digital_asset_types/Cargo.toml b/digital_asset_types/Cargo.toml index 9b8822acb..a94ca76e7 100644 --- a/digital_asset_types/Cargo.toml +++ b/digital_asset_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digital_asset_types" -version = "0.5.7" +version = "0.5.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/metaplex-rpc-proxy/Cargo.lock b/metaplex-rpc-proxy/Cargo.lock index 91b9d7e19..45a924909 100644 --- a/metaplex-rpc-proxy/Cargo.lock +++ b/metaplex-rpc-proxy/Cargo.lock @@ -83,7 +83,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "metaplex-rpc-proxy" -version = "0.5.7" +version = "0.5.8" dependencies = [ "lazy_static", "log", diff --git a/metaplex-rpc-proxy/Cargo.toml b/metaplex-rpc-proxy/Cargo.toml index 1cc3afbf9..0e40436cc 100644 --- a/metaplex-rpc-proxy/Cargo.toml +++ b/metaplex-rpc-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaplex-rpc-proxy" -version = "0.5.7" +version = "0.5.8" edition = "2021" [build] diff --git a/migration/Cargo.lock b/migration/Cargo.lock index 47bc1e2e4..93248a3de 100644 --- a/migration/Cargo.lock +++ b/migration/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.5.7" +version = "0.5.8" dependencies = [ "async-trait", "blockbuster", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "migration" -version = "0.5.7" +version = "0.5.8" dependencies = [ "async-std", "digital_asset_types", diff --git a/migration/Cargo.toml b/migration/Cargo.toml index a78158775..cfc8d5b7d 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migration" -version = "0.5.7" +version = "0.5.8" edition = "2021" publish = false diff --git a/nft_ingester/Cargo.lock b/nft_ingester/Cargo.lock index cb2ea8625..ec002b6d5 100644 --- a/nft_ingester/Cargo.lock +++ b/nft_ingester/Cargo.lock @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.5.7" +version = "0.5.8" dependencies = [ "async-trait", "blockbuster", @@ -2540,7 +2540,7 @@ dependencies = [ [[package]] name = "nft_ingester" -version = "0.5.7" +version = "0.5.8" dependencies = [ "anchor-lang", "async-trait", diff --git a/nft_ingester/Cargo.toml b/nft_ingester/Cargo.toml index 74b2ebec3..02f529894 100644 --- a/nft_ingester/Cargo.toml +++ b/nft_ingester/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nft_ingester" -version = "0.5.7" +version = "0.5.8" edition = "2021" [dependencies] @@ -64,4 +64,4 @@ mpl-token-metadata = { git="https://github.com/metaplex-foundation/metaplex-prog mpl-candy-machine-core = { git="https://github.com/metaplex-foundation/metaplex-program-library", branch="update-deps"} mpl-bubblegum = { git="https://github.com/metaplex-foundation/metaplex-program-library", branch="update-deps"} mpl-candy-guard = { git="https://github.com/metaplex-foundation/mpl-candy-guard", branch="update-deps"} -plerkle_messenger = { git="https://github.com/metaplex-foundation/digital-asset-validator-plugin", branch="speed-exp"} \ No newline at end of file +plerkle_messenger = { git="https://github.com/metaplex-foundation/digital-asset-validator-plugin", branch="speed-exp"}