Skip to content

Commit

Permalink
Bump expectorate from 1.0.7 to 1.1.0 (#418)
Browse files Browse the repository at this point in the history
Bumps [expectorate](https://github.com/oxidecomputer/expectorate) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/oxidecomputer/expectorate/releases)
- [Commits](oxidecomputer/expectorate@v1.0.7...v1.1.0)

---
updated-dependencies:
- dependency-name: expectorate
  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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent eea570e commit 5261216
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 20 deletions.
43 changes: 26 additions & 17 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 cargo-typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ schemars = "0.8.13"

[dev-dependencies]
assert_cmd = "2.0.12"
expectorate = "1.0.7"
expectorate = "1.1.0"
newline-converter = "0.3.0"
tempdir = "0.3.7"
2 changes: 1 addition & 1 deletion typify-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unicode-ident = "1.0.12"

[dev-dependencies]
env_logger = "0.10.0"
expectorate = "1.0"
expectorate = "1.1"
paste = "1.0"
rustfmt-wrapper = "0.2"
schema = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typify-impl = { version = "0.0.14", path = "../typify-impl" }
[dev-dependencies]
chrono = { version = "0.4.31", features = ["serde"] }
env_logger = "0.10.0"
expectorate = "1.0.7"
expectorate = "1.1.0"
glob = "0.3.1"
quote = "1.0.33"
regress = "0.7.1"
Expand Down

0 comments on commit 5261216

Please sign in to comment.