Skip to content

Commit

Permalink
Bump tokio from 1.32.0 to 1.36.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.36.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 Feb 20, 2024
1 parent f551424 commit cca80ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tauri-plugin-deep-link = "2.0.0-beta"
tauri-plugin-http = { version = "2.0.0-beta", features = ["cookies"] }
tauri-plugin-updater = { version = "2.0.0-beta.0", features = [] }
tiny-bip39 = "1.0.0"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
ureq = { version = "2.7.1", features = ["json"] }
uuid = { version = "1.4.1", features = ["v4", "serde"] }
whoami = "1.4.1"
Expand Down

0 comments on commit cca80ce

Please sign in to comment.