Skip to content

Commit 68e8813

Browse files
build(deps): bump diesel-derive-enum from 1.0.0 to 1.1.0
Bumps [diesel-derive-enum](https://github.com/adwhit/diesel-derive-enum) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/adwhit/diesel-derive-enum/releases) - [Commits](https://github.com/adwhit/diesel-derive-enum/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0d9f2c2 commit 68e8813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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
@@ -11,7 +11,7 @@ diesel = { version = "1.4.3", features = ["postgres", "serde_json", "numeric", "
1111
# We use diesel-dynamic-schema straight from git as the project has not
1212
# made a release as a crate yet
1313
diesel-dynamic-schema = { git = "https://github.com/diesel-rs/diesel-dynamic-schema", rev="a8ec4fb1" }
14-
diesel-derive-enum = { version = "1.0", features = ["postgres"] }
14+
diesel-derive-enum = { version = "1.1", features = ["postgres"] }
1515
diesel_migrations = "1.3.0"
1616
failure = "0.1.7"
1717
fallible-iterator = "0.1.4"

0 commit comments

Comments
 (0)