Skip to content

Commit

Permalink
Bump tokio from 1.33.0 to 1.34.0 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.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

---
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 Nov 10, 2023
1 parent 42f7f53 commit 07c8438
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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.64", features = [


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

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

0 comments on commit 07c8438

Please sign in to comment.