Skip to content

Commit 3d6645e

Browse files
build(deps): bump fallible-iterator from 0.2.0 to 0.3.0 (#4652)
Bumps [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/sfackler/rust-fallible-iterator/releases) - [Changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md) - [Commits](sfackler/rust-fallible-iterator@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: fallible-iterator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33d2f97 commit 3d6645e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 12 additions & 6 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
@@ -18,7 +18,7 @@ diesel = { version = "1.4.8", features = [
1818
diesel-dynamic-schema = { git = "https://github.com/diesel-rs/diesel-dynamic-schema", rev = "a8ec4fb1" }
1919
diesel-derive-enum = { version = "1.1", features = ["postgres"] }
2020
diesel_migrations = "1.3.0"
21-
fallible-iterator = "0.2.0"
21+
fallible-iterator = "0.3.0"
2222
graph = { path = "../../graph" }
2323
Inflector = "0.11.3"
2424
lazy_static = "1.1"

0 commit comments

Comments
 (0)