Skip to content

Commit

Permalink
chore: bump diesel from 2.2.3 to 2.2.6
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.3 to 2.2.6.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.6/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.3...v2.2.6)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 8ec4f61 commit d0faed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2"] }
diesel = { version = "2.2.6", features = ["sqlite", "postgres", "r2d2"] }

fdo-data-formats = { path = "../data-formats", version = "0.5.2" }

Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_cbor = { version = "0.11", optional = true }
# database
fdo-db = { path = "../db", version = "0.5.2"}

diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2"], optional = true }
diesel = { version = "2.2.6", features = ["sqlite", "postgres", "r2d2"], optional = true }

[features]
directory = ["xattr", "serde_cbor"]
Expand Down

0 comments on commit d0faed1

Please sign in to comment.