Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 87e7932 commit 7cee387
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const_format = "0.2.32"
entity = { path = "./entity" }
sea-orm = { version = "0.12.7", default-features = false, features = ["runtime-tokio-rustls", "sqlx-postgres", "with-uuid", "with-chrono"] }
serde = { version = "1.0.193", features = ["derive"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "parking_lot", "macros"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "parking_lot", "macros"] }
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cmds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
workspace = true

[dependencies]
tokio = { version = "1.33.0", features = ["rt", "macros"] }
tokio = { version = "1.40.0", features = ["rt", "macros"] }
libiam = { git = "https://github.com/Verseghy/iam", package = "libiam" }
dotenvy = "0.15.7"
kube = "0.92.1"
Expand Down

0 comments on commit 7cee387

Please sign in to comment.