Skip to content

Commit

Permalink
Merge pull request #273 from spacemeshos/dependabot/cargo/tokio-1.38.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.37.0 to 1.38.0
  • Loading branch information
fasmat committed Jun 4, 2024
2 parents 9e6b178 + 124619c commit 7ef5f57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
axum = "0.7.5"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.37", features = [
tokio = { version = "1.38", features = [
"rt-multi-thread",
"macros",
"sync",
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/lib.rs"
post-rs = { path = "../" }
prost = "0.12.6"
tonic = { version = "0.11.0", features = ["tls"] }
tokio = { version = "1.37", features = [
tokio = { version = "1.38", features = [
"rt-multi-thread",
"macros",
"sync",
Expand Down

0 comments on commit 7ef5f57

Please sign in to comment.