Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 8ad4705 commit 5e3f1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions loremaster-web-interface/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 loremaster-web-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ web-sys = { version = "0.3.66", features = [


[target.'cfg(engine)'.dependencies]
tokio = { version = "1.35.0", features = ["macros", "rt", "rt-multi-thread"] }
tokio = { version = "1.35.1", features = ["macros", "rt", "rt-multi-thread"] }
perseus-axum = { version = "=0.4.2", features = ["dflt-server"] }

[target.'cfg(client)'.dependencies]

0 comments on commit 5e3f1a0

Please sign in to comment.