Skip to content

Commit f4d6c8d

Browse files
committed
build: Update dependencies
1 parent fc91978 commit f4d6c8d

File tree

4 files changed

+90
-62
lines changed

4 files changed

+90
-62
lines changed

Cargo.lock

+68-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ chrono = { version = "0.4", features = ["serde"] }
1919
color-eyre = "0.5"
2020
dirs = "3.0"
2121
env_logger = "0.8"
22-
flatbuffers = "0.8"
22+
flatbuffers = "2.0"
2323
futures = "0.3"
2424
futures-io = "0.3"
2525
git-version = "0.3"
2626
hex = { version = "0.4", features = ["serde"] }
2727
hostname = "0.3"
2828
image = "0.23"
29-
lazy_static = "1.4.0"
29+
lazy_static = "1.4"
3030
log = "0.4"
3131
num_cpus = "1.13"
3232
palette = { version = "0.5", features = ["serializing"] }
33-
parse-display = "0.4"
33+
parse-display = "0.5"
3434
paw = "1.0"
3535
prost = "0.7"
3636
regex = "1.5"
@@ -41,13 +41,13 @@ slotmap = "1.0"
4141
spidev = "0.4"
4242
sqlx = { version = "0.5", features = ["sqlite", "runtime-tokio-rustls"] }
4343
structopt = { version = "0.3", features = ["paw"] }
44-
strum = "0.20"
45-
strum_macros = "0.20"
44+
strum = "0.21"
45+
strum_macros = "0.21"
4646
thiserror = "1.0"
47-
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
47+
tokio = { version = "1.8", features = ["macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
4848
tokio-util = { version = "0.6", features = ["codec"] }
4949
uuid = { version = "0.8", features = ["serde"] }
50-
validator = { version = "0.12", features = ["derive"] }
50+
validator = { version = "0.14", features = ["derive"] }
5151

5252
[build-dependencies]
53-
prost-build = "0.7.0"
53+
prost-build = "0.7"

src/api/flat/message/hyperion_reply_generated.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::mem;
66
use std::cmp::Ordering;
77

88
extern crate flatbuffers;
9-
use self::flatbuffers::EndianScalar;
9+
use self::flatbuffers::{EndianScalar, Follow};
1010

1111
#[allow(unused_imports, dead_code)]
1212
pub mod hyperionnet {
@@ -15,7 +15,7 @@ pub mod hyperionnet {
1515
use std::cmp::Ordering;
1616

1717
extern crate flatbuffers;
18-
use self::flatbuffers::EndianScalar;
18+
use self::flatbuffers::{EndianScalar, Follow};
1919

2020
pub enum ReplyOffset {}
2121
#[derive(Copy, Clone, PartialEq)]

0 commit comments

Comments
 (0)