mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
Bump diesel from 2.2.8 to 2.2.10
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.10/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.10) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ schedule-parser = { path = "schedule-parser", features = ["test-utils"] }
|
||||
bcrypt = "0.17.0"
|
||||
chrono = { version = "0.4.40", features = ["serde"] }
|
||||
derive_more = { version = "2", features = ["full"] }
|
||||
diesel = { version = "2.2.8", features = ["postgres"] }
|
||||
diesel = { version = "2.2.10", features = ["postgres"] }
|
||||
diesel-derive-enum = { git = "https://github.com/Havunen/diesel-derive-enum.git", features = ["postgres"] }
|
||||
dotenvy = "0.15.7"
|
||||
env_logger = "0.11.7"
|
||||
|
||||
Reference in New Issue
Block a user