Skip to content

Commit f6de537

Browse files
Bump diesel from 2.3.4 to 2.3.5
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eb0aa9 commit f6de537

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = "1.0"
2525
serde_derive = "1.0"
2626
serde_urlencoded = "0.7"
2727
simple_logger = "5.0"
28-
diesel = { version = "2.3.4", features = ["postgres", "r2d2", "chrono"] }
28+
diesel = { version = "2.3.5", features = ["postgres", "r2d2", "chrono"] }
2929
diesel-derive-enum = { version = "3.0.0-beta.1", features = ["postgres"] }
3030
diesel_migrations = "2.3.1"
3131
tempfile = "3.1"

0 commit comments

Comments
 (0)