Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Apr 2, 2023
1 parent ce5efdd commit 38d2dc9
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 57 deletions.
163 changes: 110 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
[workspace.dependencies]
eyre = { version = "0.6.8" }
async-trait = "0.1.68"
tokio = { version = "1.26.0", features = ["full", "test-util"] }
tokio = { version = "1.27.0", features = ["full", "test-util"] }
tracing = { version = "0.1.37", features = ["log"] }

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/octopush_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ eyre = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }

clap = { version = "4.1.13", features = ["env"] }
clap = { version = "4.2.1", features = ["env"] }
4 changes: 2 additions & 2 deletions crates/octopush_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ tracing = { workspace = true }

rand = "0.8.5"
hex = "0.4.3"
git2 = { version = "0.16.1", features = [
git2 = { version = "0.17.0", features = [
"vendored-libgit2",
"vendored-openssl",
] }
serde = { version = "1.0.158", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_yaml = "0.9.19"
octocrab = { version = "0.19.0", features = ["futures-core", "futures-util"] }

0 comments on commit 38d2dc9

Please sign in to comment.