Skip to content

Commit

Permalink
Bump tokio from 1.36.0 to 1.39.1
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.39.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.39.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 9ccf22a commit 342fa7e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
35 changes: 23 additions & 12 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 skootrs-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ skootrs-rest = { version = "0.1.0", path = "../skootrs-rest" }
skootrs-statestore = { version = "0.1.0", path = "../skootrs-statestore" }
inquire = "0.6.2"
octocrab = "0.32.0"
tokio = { version = "1.34.0", features = ["full", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.39.1", features = ["full", "tracing", "macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] }
serde_json = "1.0.112"
skootrs-model = { version = "0.1.0", path = "../skootrs-model" }
Expand Down
2 changes: 1 addition & 1 deletion skootrs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ reqwest = "0.12.3"

[dev-dependencies]
tempdir = "0.3.7"
tokio = { version = "1.36.0", features = ["rt", "macros"] }
tokio = { version = "1.39.1", features = ["rt", "macros"] }

0 comments on commit 342fa7e

Please sign in to comment.