diff --git a/Cargo.lock b/Cargo.lock index 57686155..6434db8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "gaia-ccsds-c2a" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", @@ -546,14 +546,14 @@ dependencies = [ "funty", "modular-bitfield-msb", "serde", - "structpack", + "structpack 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tlmcmddb", "zerocopy", ] [[package]] name = "gaia-stub" -version = "0.4.0" +version = "0.5.0" dependencies = [ "prost", "prost-types", @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "gaia-tmtc" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", @@ -1679,7 +1679,19 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "structpack" -version = "0.4.0" +version = "0.5.0" +dependencies = [ + "anyhow", + "bitvec", + "funty", + "serde", +] + +[[package]] +name = "structpack" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2e857273e9c89100a44850de8c57bce6bb44e83095345dc9e604429036e7f40" dependencies = [ "anyhow", "bitvec", @@ -1821,7 +1833,7 @@ dependencies = [ [[package]] name = "tmtc-c2a" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", @@ -1840,7 +1852,7 @@ dependencies = [ "sentry-tracing", "serde", "serde_json", - "structpack", + "structpack 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tlmcmddb", "tokio", "tokio-tungstenite", diff --git a/gaia-ccsds-c2a/Cargo.toml b/gaia-ccsds-c2a/Cargo.toml index 16d3e86f..f3e1608f 100644 --- a/gaia-ccsds-c2a/Cargo.toml +++ b/gaia-ccsds-c2a/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gaia-ccsds-c2a" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MPL-2.0" @@ -15,5 +15,5 @@ modular-bitfield-msb = "0.11" serde = { version = "1.0", features = ["derive"] } zerocopy = "0.6" tlmcmddb = "0.2.0" -structpack = { path = "../structpack" } +structpack = "0.5.0" async-trait = "0.1" diff --git a/gaia-stub/Cargo.toml b/gaia-stub/Cargo.toml index fe94f674..74d890ce 100644 --- a/gaia-stub/Cargo.toml +++ b/gaia-stub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gaia-stub" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MPL-2.0" diff --git a/gaia-tmtc/Cargo.toml b/gaia-tmtc/Cargo.toml index 54210202..9d582533 100644 --- a/gaia-tmtc/Cargo.toml +++ b/gaia-tmtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gaia-tmtc" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MPL-2.0" diff --git a/tmtc-c2a/Cargo.toml b/tmtc-c2a/Cargo.toml index 8dd89719..4cc84910 100644 --- a/tmtc-c2a/Cargo.toml +++ b/tmtc-c2a/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmtc-c2a" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MPL-2.0" @@ -30,7 +30,7 @@ tonic-web = "0.9" sentry = { version = "0.31", default-features = false, features = ["backtrace", "contexts", "panic", "rustls", "reqwest"] } sentry-tracing = "0.31" tlmcmddb = "0.2.0" -structpack = { path = "../structpack" } +structpack = "0.5.0" gaia-ccsds-c2a = { path = "../gaia-ccsds-c2a" } gaia-tmtc = { path = "../gaia-tmtc" } kble-socket = { version = "0.2.0", features = ["tungstenite"] }