Bump diesel from 2.2.1 to 2.2.3
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0394851e97
commit
d5ebfb68a7
|
|
@ -323,9 +323,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "diesel"
|
||||
version = "2.2.1"
|
||||
version = "2.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "62d6dcd069e7b5fe49a302411f759d4cf1cf2c27fe798ef46fb8baefc053dd2b"
|
||||
checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"byteorder",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4.34"
|
||||
diesel = { version = "2.1.4", features = ["postgres", "chrono"] }
|
||||
diesel = { version = "2.2.3", features = ["postgres", "chrono"] }
|
||||
dotenvy = "0.15.7"
|
||||
regex = "1.10.5"
|
||||
rocket = { version = "0.5.1", features = ["tls"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue