Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed May 2, 2023
1 parent 1b49304 commit 0126edd
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 20 deletions.
109 changes: 93 additions & 16 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.27.0", features = ["full", "test-util"] }
tokio = { version = "1.28.0", features = ["full", "test-util"] }
tracing = { version = "0.1.37", features = ["log"] }

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gitea_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gitea_raw_client = { path = "../gitea_raw_client" }

async-trait = { workspace = true }

reqwest = "0.11.16"
reqwest = "0.11.17"
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.2.4", features = ["env"] }
clap = { version = "4.2.7", features = ["env"] }
2 changes: 1 addition & 1 deletion crates/octopush_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ git2 = { version = "0.17.1", features = [
] }
serde = { version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21"
octocrab = { version = "0.20.0", features = ["futures-core", "futures-util"] }
octocrab = { version = "0.21.0", features = ["futures-core", "futures-util"] }

0 comments on commit 0126edd

Please sign in to comment.