Merge pull request 'Update Rust crate diesel to 1.4.7' (#82) from renovate/diesel-1.x into develop
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
Reviewed-on: https://git.roosens.me/Chewing_Bever/fej/pulls/82pull/85/head
commit
fe9c19f0e8
|
@ -317,9 +317,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "diesel"
|
name = "diesel"
|
||||||
version = "1.4.6"
|
version = "1.4.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542"
|
checksum = "bba51ca66f57261fd17cadf8b73e4775cc307d0521d855de3f5de91a8f074e0e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
|
|
@ -39,7 +39,7 @@ chrono = "0.4.19"
|
||||||
chrono-tz = "0.5.3"
|
chrono-tz = "0.5.3"
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
|
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
|
||||||
diesel = { version = "1.4.6", features = ["postgres"] }
|
diesel = { version = "1.4.7", features = ["postgres"] }
|
||||||
diesel_migrations = "1.4.0"
|
diesel_migrations = "1.4.0"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
|
|
Loading…
Reference in New Issue