Skip to content

Commit

Permalink
Bump typed-builder from 0.9.0 to 0.9.1 in /src/abacus
Browse files Browse the repository at this point in the history
Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/idanarye/rust-typed-builder/releases)
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Sep 5, 2021
1 parent 05077d1 commit 5250232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/abacus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/abacus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ thiserror = { version = "1.0.28", default-features = false }
tokio = { version = "1.11.0", default-features = false, features = ["full"] }
tracing = "0.1.26"
tracing-subscriber = "0.2.20"
typed-builder = "0.9.0"
typed-builder = "0.9.1"
url = "2.2.2"
uuid = { version = "0.8.2", default-features = false, features = ["std", "v4"] }
warp = { version = "0.3.1", default-features = false, features = ["multipart", "compression"] }
Expand Down
2 changes: 1 addition & 1 deletion src/abacus/src/arango/aql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl<'a, __query, __count, __batch_size, __cache, __memory_limit, __ttl, __optio
ttl,
options,
),
_phantom: self._phantom,
phantom: self.phantom,
}
}

Expand Down

0 comments on commit 5250232

Please sign in to comment.