Skip to content

Commit

Permalink
Bump expect-test from 1.4.1 to 1.5.0 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored Apr 7, 2024
2 parents ba956eb + 7fd5b83 commit 6d4183d
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 6d4183d

Please sign in to comment.