From e05971750148a55766ebb0d5a87c10c26308f337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:49:53 +0000 Subject: [PATCH] Bump surfman from 0.4.1 to 0.4.3 Bumps [surfman](https://github.com/servo/surfman) from 0.4.1 to 0.4.3. - [Release notes](https://github.com/servo/surfman/releases) - [Commits](https://github.com/servo/surfman/commits/v0.4.3) --- updated-dependencies: - dependency-name: surfman dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a62456019a652..a9faf8477a7c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6413,9 +6413,9 @@ dependencies = [ [[package]] name = "surfman" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbf3b7f873f25cb7791b06a00f0626a141c05f1b95e5b34bc498358876e1a58" +checksum = "7e4a723d26074814c0896e20ad30bbf32b9961c8f659e25cc414fc7dac2c3608" dependencies = [ "bitflags", "cfg_aliases",