Skip to content

Commit

Permalink
Bump rstest_reuse from 0.6.0 to 0.7.0 (#3190)
Browse files Browse the repository at this point in the history
* Bump rstest_reuse from 0.6.0 to 0.7.0

Bumps [rstest_reuse](https://github.com/la10736/rstest) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: rstest_reuse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove unnecessary import

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Cook <[email protected]>
  • Loading branch information
dependabot[bot] and divergentdave authored Jun 4, 2024
1 parent 72c56b1 commit 0486636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 2 additions & 3 deletions 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 aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hyper = "1.3.1"
janus_aggregator_core = { path = ".", features = ["test-util"] }
janus_core = { workspace = true, features = ["test-util"] }
rstest.workspace = true
rstest_reuse = "0.6.0"
rstest_reuse = "0.7.0"
serde_test.workspace = true
tempfile = "3.10.1"
tokio = { version = "1", features = ["test-util"] } # ensure this remains compatible with the non-dev dependency
Expand Down
5 changes: 0 additions & 5 deletions aggregator_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ use trillium::{Conn, Handler, Status};
use trillium_macros::Handler;
use trillium_router::RouterConnExt;

// We must import `rstest_reuse` at the top of the crate
// https://docs.rs/rstest_reuse/0.5.0/rstest_reuse/#use-rstest_reuse-at-the-top-of-your-crate
#[cfg(test)]
use rstest_reuse;

#[cfg(feature = "test-util")]
use janus_core::test_util::dummy_vdaf;

Expand Down

0 comments on commit 0486636

Please sign in to comment.