Skip to content

Commit

Permalink
build(deps): bump pretty_assertions from 0.6.1 to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent e105fb0 commit 127a498
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
25 changes: 20 additions & 5 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 apllodb-immutable-schema-engine-domain/Cargo.toml
Expand Up @@ -25,5 +25,5 @@ apllodb-test-support = {path = "../apllodb-test-support"}

ctor = "0.1"

pretty_assertions = "0.6"
pretty_assertions = "0.7"
rand = "0.8"
2 changes: 1 addition & 1 deletion apllodb-immutable-schema-engine-infra/Cargo.toml
Expand Up @@ -48,7 +48,7 @@ apllodb-test-support = {path = "../apllodb-test-support"}

ctor = "0.1"

pretty_assertions = "0.6"
pretty_assertions = "0.7"
rand = "0.8"
version-sync = "0.9"

Expand Down
2 changes: 1 addition & 1 deletion apllodb-immutable-schema-engine/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ ctor = "0.1"
env_logger = "0.8"
log = "0.4"

pretty_assertions = "0.6"
pretty_assertions = "0.7"

futures = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion apllodb-server/Cargo.toml
Expand Up @@ -37,6 +37,6 @@ ctor = "0.1"

async-std = {version = "1.9", features = ["attributes"]}

pretty_assertions = "0.6"
pretty_assertions = "0.7"

itertools = "0.10"
2 changes: 1 addition & 1 deletion apllodb-shared-components/Cargo.toml
Expand Up @@ -38,4 +38,4 @@ ctor = "0.1"

version-sync = "0.9"

pretty_assertions = "0.6"
pretty_assertions = "0.7"
2 changes: 1 addition & 1 deletion apllodb-sql-parser/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ serde = {version = "1.0", optional = true, features = ["derive"]}
apllodb-sql-parser = {path = ".", features = ["test-support"]}
apllodb-test-support = {path = "../apllodb-test-support"}

pretty_assertions = "0.6"
pretty_assertions = "0.7"
version-sync = "0.9"

ctor = "0.1"
2 changes: 1 addition & 1 deletion apllodb-sql-processor/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ ctor = "0.1"

mockall = "0.9"

pretty_assertions = "0.6"
pretty_assertions = "0.7"

async-std = {version = "1.9", features = ["attributes"]}

Expand Down

0 comments on commit 127a498

Please sign in to comment.