Skip to content

Commit

Permalink
Merge pull request #30 from genedna/main
Browse files Browse the repository at this point in the history
Update the Cargo.toml files
  • Loading branch information
genedna authored Jun 30, 2023
2 parents cb249bd + d7271dc commit 057eb7a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ common = { path = "common" }
config = "0.13.3"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
clap = { version = "4.3.0", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
anyhow = "1.0.69"
lazy_static = "1.4.0"
shadow-rs = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ path = "src/mod.rs"

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.0", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
thiserror = "1.0.40"
6 changes: 3 additions & 3 deletions database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ sea-orm = {version = "0.11.3", features = [
tracing = "0.1.37"
idgenerator = "2.0.0"
chrono = "0.4.24"
sha256 = "1.1.3"
serde_json = "1.0.96"
serde = "1.0.163"
sha256 = "1.1.4"
serde = "1.0.164"
serde_json = "1.0.99"
4 changes: 2 additions & 2 deletions gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ axum = "0.6.18"
clap = { version = "4.3.0", features = ["derive"] }
hyper = "0.14.26"
regex = "1.8.1"
serde = "1.0.163"
tokio = {version = "1.28.1", features = ["full"]}
serde = "1.0.164"
tokio = {version = "1.29.1", features = ["full"]}
tracing = "0.1.37"
russh = "0.37.1"
russh-keys = "0.37.1"
Expand Down
2 changes: 1 addition & 1 deletion git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/mod.rs"
database = {path = "../database"}
common = { path = "../common" }
anyhow = "1.0.71"
bstr = "1.4.0"
bstr = "1.5.0"
chrono = "0.4.24"
colored = "2.0.0"
deflate = "1.0.0"
Expand Down

0 comments on commit 057eb7a

Please sign in to comment.