Skip to content

Commit

Permalink
Bump tokio from 1.38.0 to 1.38.1 in the patch-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 1 update: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.38.0 to 1.38.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 9482bb8 commit 4d8b588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ anyhow ="1.0.86"

# Only for the browser
js-sys={ version="0.3.68", optional=true }
tokio ="1.36"
tokio ="1.38"

[dev-dependencies]
serial_test ="3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-test-keyshares/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition ='2021'

[dependencies]
entropy-testing-utils={ version="0.2.0-rc.1", path="../../crates/testing-utils" }
tokio ={ version="1.36", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
tokio ={ version="1.38", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] }
entropy-shared ={ version="0.2.0-rc.1", path="../../crates/shared" }
entropy-kvdb ={ version="0.2.0-rc.1", path="../../crates/kvdb", default-features=false }
# Unreleased version of synedrion - this was head of master at the point of beginning to add t of n
Expand Down

0 comments on commit 4d8b588

Please sign in to comment.