Skip to content

Commit 87c41a0

Browse files
build(deps): bump diesel from 2.3.4 to 2.3.8
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.4 to 2.3.8. - [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.8) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 143ec08 commit 87c41a0

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 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
@@ -131,7 +131,7 @@ cynic = { version = "3" }
131131
cynic-codegen = { version = "3", features = ["rkyv"] }
132132
dashmap = "6.1.0"
133133
derive_more = "0.99.17"
134-
diesel = { version = "2.3.4", default-features = false }
134+
diesel = { version = "2.3.8", default-features = false }
135135
directories = "6.0"
136136
dunce = "1.0.1"
137137
enum-iterator = "1.1.3"

crates/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ warp_core = { workspace = true, features = ["test-util"] }
5757

5858
[target.'cfg(not(target_family = "wasm"))'.dependencies]
5959
app-installation-detection.workspace = true
60-
diesel = { version = "2.2.4", features = ["sqlite", "chrono"] }
60+
diesel = { version = "2.3.8", features = ["sqlite", "chrono"] }
6161
sysinfo.workspace = true
6262

6363
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)