From 72ed6e0e4a8c71b651a1d661ed5d6b25b4b6d5dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 13:20:56 +0000 Subject: [PATCH] build(deps): bump predicates from 2.1.3 to 2.1.4 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- src/environmentd/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb2d80c602a41..e8d6b80c7287a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ dependencies = [ [[package]] name = "axum" version = "0.6.1" -source = "git+https://github.com/tokio-rs/axum.git#71e83291e18056556a242d9e504911c0bfb1a917" +source = "git+https://github.com/tokio-rs/axum.git#978ae6335862b264b4368e01a52177d98c42b2d9" dependencies = [ "async-trait", "axum-core", @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.3.0" -source = "git+https://github.com/tokio-rs/axum.git#71e83291e18056556a242d9e504911c0bfb1a917" +source = "git+https://github.com/tokio-rs/axum.git#978ae6335862b264b4368e01a52177d98c42b2d9" dependencies = [ "async-trait", "bytes", @@ -5640,9 +5640,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92" +checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" dependencies = [ "difflib", "float-cmp", diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index d2bb87cd51155..8b109fb6b112f 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -106,7 +106,7 @@ postgres = { git = "https://github.com/MaterializeInc/rust-postgres", features = postgres-openssl = { git = "https://github.com/MaterializeInc/rust-postgres" } postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" } postgres_array = { git = "https://github.com/MaterializeInc/rust-postgres-array" } -predicates = "2.1.3" +predicates = "2.1.4" regex = "1.7.0" reqwest = { version = "0.11.13", features = ["blocking"] } serde_json = "1.0.89"