Skip to content

Commit 918e98f

Browse files
dependabot-preview[bot]leoyvens
authored andcommitted
build(deps): bump derive_more from 0.99.11 to 0.99.13
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.11 to 0.99.13. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.11...v0.99.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 47779c0 commit 918e98f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
[dependencies]
77
async-trait = "0.1.41"
88
blake3 = "0.3.7"
9-
derive_more = { version = "0.99.11" }
9+
derive_more = { version = "0.99.13" }
1010
diesel = { version = "1.4.6", features = ["postgres", "serde_json", "numeric", "r2d2"] }
1111
# We use diesel-dynamic-schema straight from git as the project has not
1212
# made a release as a crate yet

0 commit comments

Comments
 (0)