Skip to content

Commit

Permalink
Bump expect-test from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [expect-test](https://github.com/rust-analyzer/expect-test) from 1.4.1 to 1.5.0.
- [Changelog](https://github.com/rust-analyzer/expect-test/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/expect-test@v1.4.1...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2024
1 parent ba956eb commit 7fd5b83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 serde_with/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ serde_with_macros = {path = "../serde_with_macros", version = "=3.7.0", optional
time_0_3 = {package = "time", version = "~0.3.11", optional = true, default-features = false}

[dev-dependencies]
expect-test = "1.3.0"
expect-test = "1.5.0"
fnv = "1.0.6"
glob = "0.3.0"
jsonschema = { version = "0.17.1", default-features = false, features = ["resolve-file"] }
Expand Down
2 changes: 1 addition & 1 deletion serde_with_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ features = [
version = "2.0.0"

[dev-dependencies]
expect-test = "1.4.0"
expect-test = "1.5.0"
pretty_assertions = "1.4.0"
rustversion = "1.0.0"
serde = {version = "1.0.152", features = ["derive"]}
Expand Down

0 comments on commit 7fd5b83

Please sign in to comment.