diff --git a/plerkle/Cargo.toml b/plerkle/Cargo.toml index b4e674f3..6265bac1 100644 --- a/plerkle/Cargo.toml +++ b/plerkle/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plerkle" description = "Geyser plugin with dynamic config reloading, message bus agnostic abstractions and a whole lot of fun." -version = "0.4.1" +version = "0.4.2" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" license = "AGPL-3.0" @@ -33,9 +33,9 @@ cadence-macros = "0.29.0" chrono = "0.4.19" tracing = "0.1.35" hex = "0.4.3" -plerkle_messenger = { path = "../plerkle_messenger", version = "0.4.1", features = ["redis"] } +plerkle_messenger = { path = "../plerkle_messenger", version = "0.4.2", features = ["redis"] } flatbuffers = "2.1.2" -plerkle_serialization = { path = "../plerkle_serialization", version = "0.4.1" } +plerkle_serialization = { path = "../plerkle_serialization", version = "0.4.2" } tokio = { version = "1.17.0", features = ["full"] } figment = { version = "0.10.6", features = ["env", "test"] } diff --git a/plerkle_messenger/Cargo.toml b/plerkle_messenger/Cargo.toml index f8c1d56f..14a76001 100644 --- a/plerkle_messenger/Cargo.toml +++ b/plerkle_messenger/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plerkle_messenger" description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns." -version = "0.4.1" +version = "0.4.2" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" license = "AGPL-3.0" diff --git a/plerkle_serialization/Cargo.toml b/plerkle_serialization/Cargo.toml index f9456fb4..f2f584cd 100644 --- a/plerkle_serialization/Cargo.toml +++ b/plerkle_serialization/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plerkle_serialization" description = "Metaplex Flatbuffers Plerkle Serialization for Geyser plugin producer/consumer patterns." -version = "0.4.1" +version = "0.4.2" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" license = "AGPL-3.0"