Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Jul 5, 2024
1 parent 159ffd7 commit 4f952b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions crypto-message/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto-message"
version = "1.1.20"
version = "1.1.21"
edition = "2021"
description = "Unified data structures for all cryptocurrency exchanges."
license = "Apache-2.0"
Expand All @@ -12,11 +12,11 @@ keywords = ["cryptocurrency", "blockchain", "trading"]
ahash = "0.8.11"
crypto-market-type = "1.1.6"
crypto-msg-type = "1.0.12"
protobuf = "3.4.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
strum = "0.26.2"
strum_macros = "0.26.2"
protobuf = "3.5.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
strum = "0.26.3"
strum_macros = "0.26.4"

[features]
f32 = []
2 changes: 1 addition & 1 deletion crypto-message/src/proto/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/// Generated files are compatible only with the same version
/// of protobuf runtime.
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_4_0;
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0;

/// Tick-by-tick trade message.
#[derive(PartialEq,Clone,Default,Debug)]
Expand Down

0 comments on commit 4f952b6

Please sign in to comment.