Skip to content

Commit 2128389

Browse files
Bump diesel from 2.2.8 to 2.2.9 in /scylla-server (#359)
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.8 to 2.2.9. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.9/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.8...v2.2.9) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccc07b3 commit 2128389

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scylla-server/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.

scylla-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
default-run = "scylla-server"
66

77
[dependencies]
8-
diesel = { version = "2.2.8", features = ["postgres", "chrono"] }
8+
diesel = { version = "2.2.9", features = ["postgres", "chrono"] }
99
dotenvy = "0.15"
1010
serde = "1.0.219"
1111
protobuf-codegen = "3.7.1"

0 commit comments

Comments
 (0)