Skip to content

Commit

Permalink
Merge pull request #30 from matthew-hagemann/fix-deps-versions
Browse files Browse the repository at this point in the history
fix(deps) align sibling deps versions
  • Loading branch information
matthew-hagemann authored Nov 15, 2023
2 parents 25b0c16 + 749bf1c commit 8a6da19
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 94 deletions.
135 changes: 48 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyper = { version = "0.14.26", features = ["full"] }
jsonwebtoken = "8.3.0"
once_cell = "1.18.0"
prost = "0.12.1"
prost-types = "0.11.9"
prost-types = "0.12.1"
rand = "0.8.5"
reqwest = "0.11.18"
serde = { version = "1.0.166", features = ["derive"] }
Expand All @@ -24,10 +24,10 @@ time = { version = "0.3.22", features = ["macros"] }
tokio = { version = "1.28.2", features = ["full"] }
tokio-postgres = "0.7.8"
tonic = "0.10.2"
tonic-reflection = "0.9.2"
tonic-reflection = "0.10.2"
tower = "0.4.13"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"

[build-dependencies]
tonic-build = { version = "0.9", features = ["prost"] }
tonic-build = { version = "0.10.2", features = ["prost"] }
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
use std::env;

use tracing::info;

mod app;
mod features;
mod utils;
Expand Down

0 comments on commit 8a6da19

Please sign in to comment.