Skip to content

Commit

Permalink
Bump tokio from 1.26.0 to 1.27.0 in /server/calendar
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.26.0...tokio-1.27.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 Mar 27, 2023
1 parent 8313f39 commit 0a2e578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions server/calendar/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 server/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ awc = { version= "3.1.1", features = ["rustls"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
actix-cors = "0.6.4"
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.27.0", features = ["full"] }
futures = "0.3.26"
chrono = { version="0.4.23", features=["serde"] }
minidom = "0.15.1"
Expand Down

0 comments on commit 0a2e578

Please sign in to comment.