Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Bump rstest from 0.9.0 to 0.10.0 (#596)
Browse files Browse the repository at this point in the history
* Bump rstest from 0.9.0 to 0.10.0

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix dependencies

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Dukhno <alex.dukhno@icloud.com>
  • Loading branch information
dependabot[bot] and alex-dukhno committed May 18, 2021
1 parent e6f928a commit 39f0b5a
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 64 deletions.
121 changes: 63 additions & 58 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 node_engine/Cargo.toml
Expand Up @@ -31,4 +31,4 @@ native-tls = "0.2.7"

[dev-dependencies]
simple_logger = "1.10.0"
rstest = "0.9.0"
rstest = "0.10.0"
2 changes: 1 addition & 1 deletion postgre_sql/query_parser/Cargo.toml
Expand Up @@ -13,4 +13,4 @@ postgres-parser = "0.2"
log = "0.4.14"

[dev-dependencies]
rstest = "0.9.0"
rstest = "0.10.0"
2 changes: 1 addition & 1 deletion sql_engine/catalog/Cargo.toml
Expand Up @@ -16,4 +16,4 @@ dashmap = "4.0.2"
log = "0.4.14"

[dev-dependencies]
rstest = "0.9.0"
rstest = "0.10.0"
2 changes: 1 addition & 1 deletion sql_engine/data_manipulation/operators/Cargo.toml
Expand Up @@ -16,4 +16,4 @@ regex = "1.4.3"
log = "0.4.14"

[dev-dependencies]
rstest = "0.9.0"
rstest = "0.10.0"
2 changes: 1 addition & 1 deletion sql_engine/data_manipulation/typed_tree/Cargo.toml
Expand Up @@ -15,4 +15,4 @@ bigdecimal = { version = "0.2.0", features = ["string-only"] }
ordered-float = "2.1.1"

[dev-dependencies]
rstest = "0.9.0"
rstest = "0.10.0"
2 changes: 1 addition & 1 deletion types/Cargo.toml
Expand Up @@ -10,4 +10,4 @@ query_ast = { path = "../postgre_sql/query_ast" }
wire_protocol_payload = { path = "../postgre_sql/wire_protocol/payload" }

[dev-dependencies]
rstest = "0.9.0"
rstest = "0.10.0"

0 comments on commit 39f0b5a

Please sign in to comment.