aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 17:49:36 +0000
committerGitHub <noreply@github.com>2024-02-19 17:49:36 +0000
commit5b7ee86fd1ac8fe6169f8a01639b57c25e22b44e (patch)
treee5fb16a0e77953b6b0cab210bd38341fbc72ef8b
parent91d53cd1b4bab6c378978bb9f7948ea563416766 (diff)
downloadservo-5b7ee86fd1ac8fe6169f8a01639b57c25e22b44e.tar.gz
servo-5b7ee86fd1ac8fe6169f8a01639b57c25e22b44e.zip
build(deps): bump anyhow from 1.0.79 to 1.0.80 (#31384)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fc0f1054fe7..eb40d275024 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -155,9 +155,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.79"
+version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
+checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
[[package]]
name = "app_units"