mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-29 14:04:16 +00:00
Bump diesel from 2.0.0 to 2.0.2 (#84)
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.0.0...v2.0.2) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5cf1a486b3
commit
5b6d5c00e2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1263,9 +1263,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "diesel"
|
name = "diesel"
|
||||||
version = "2.0.0"
|
version = "2.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "01e2adfd0a7a81070ed7beec0c62636458926326c16fedb77796d41e447b282d"
|
checksum = "68c186a7418a2aac330bb76cde82f16c36b03a66fb91db32d20214311f9f6545"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bigdecimal",
|
"bigdecimal",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -23,7 +23,7 @@ handlebars = "4.3"
|
|||||||
|
|
||||||
# Database
|
# Database
|
||||||
validator = "0.16"
|
validator = "0.16"
|
||||||
diesel = { version = "2.0.0", features = [ "chrono", "postgres", "r2d2", "uuid", "serde_json", "numeric" ] }
|
diesel = { version = "2.0.2", features = [ "chrono", "postgres", "r2d2", "uuid", "serde_json", "numeric" ] }
|
||||||
diesel_migrations = { version = "2.0.0" }
|
diesel_migrations = { version = "2.0.0" }
|
||||||
r2d2 = "0.8"
|
r2d2 = "0.8"
|
||||||
bigdecimal = "0.3"
|
bigdecimal = "0.3"
|
||||||
|
@ -13,7 +13,7 @@ hex = "0.4"
|
|||||||
cmac = "0.7"
|
cmac = "0.7"
|
||||||
aes = "0.8"
|
aes = "0.8"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
diesel = { version = "2.0.0", features = [ "postgres" ] }
|
diesel = { version = "2.0.2", features = [ "postgres" ] }
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user