mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Bump diesel from 2.2.1 to 2.2.3 in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [diesel](https://github.com/diesel-rs/diesel). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0a21d1d26f
commit
3857bd70f2
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -282,9 +282,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",
|
||||
|
@ -1470,7 +1470,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "royalnet"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
|
|
@ -65,7 +65,7 @@ version = "1.0.204"
|
|||
features = ["derive"]
|
||||
|
||||
[dependencies.diesel]
|
||||
version = "2.2.1"
|
||||
version = "2.2.3"
|
||||
default-features = false
|
||||
features = ["postgres", "chrono", "with-deprecated"]
|
||||
optional = true
|
||||
|
|
Loading…
Reference in a new issue