Skip to content

Commit

Permalink
[DPNDBT]: Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [diesel_migrations](https://github.com/diesel-rs/diesel).


Updates `tokio` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0)

Updates `diesel_migrations` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.1.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and seqre committed Jun 4, 2024
1 parent 30458a7 commit a3bcd78
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 51 deletions.
137 changes: 87 additions & 50 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 @@ -19,7 +19,7 @@ poise = { version = "0.5" }
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio-stream = { version = "0.1" }
diesel = { version = "2.1", features = ["sqlite", "returning_clauses_for_sqlite_3_35", "r2d2"] }
diesel_migrations = { version = "2.1" }
diesel_migrations = { version = "2.2" }
time = { version = "0.3"}
serde = { version = "1.0", features = ["derive"] }
serde_derive = { version = "1.0" }
Expand Down

0 comments on commit a3bcd78

Please sign in to comment.