Skip to content

Commit

Permalink
Bump diesel from 1.4.8 to 2.2.5
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.8 to 2.2.5.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.5/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v1.4.8...v2.2.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 185a473 commit 8d18756
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 9 deletions.
100 changes: 94 additions & 6 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 integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rita_exit = { path = "../rita_exit", features = ["dev_env"] }
exit_trust_root = { path = "../exit_trust_root", features = ["development"] }
rita_db_migration = { path = "../rita_db_migration" }
ctrlc = { version = "3.4.5", features = ["termination"] }
diesel = { version = "1.4", features = ["postgres", "r2d2"] }
diesel = { version = "2.2", features = ["postgres", "r2d2"] }
diesel_migrations = { version = "1.4", features = ["postgres"] }
awc = {workspace = true}
actix-rt = {workspace = true}
Expand Down
2 changes: 1 addition & 1 deletion rita_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ actix-web = { workspace = true }
docopt = "1.1"
compressed_log = "0.5"
settings = { path = "../settings" }
diesel = { version = "1.4", features = ["postgres", "r2d2"] }
diesel = { version = "2.2", features = ["postgres", "r2d2"] }
log = { version = "0.4", features = ["release_max_level_info"] }
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rita_db_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
r2d2 = "0.8"
diesel = { version = "1.4", features = ["postgres", "r2d2"] }
diesel = { version = "2.2", features = ["postgres", "r2d2"] }
log = { version = "0.4", features = ["release_max_level_info"] }
dotenv = "0.15"
althea_types = { path = "../althea_types" }
Expand Down

0 comments on commit 8d18756

Please sign in to comment.