From fd83ab233153bcbe677ab8d0bb0a95d4073bbda1 Mon Sep 17 00:00:00 2001
From: Alejandro Perea <alexpro820@gmail.com>
Date: Mon, 2 May 2022 12:46:05 +0200
Subject: [PATCH] Update deps badge (#221)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6e80743..7bd1abc 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ tiled = "0.10.2"
 
 [![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)
 [![Crates.io](https://img.shields.io/crates/v/tiled.svg)](https://crates.io/crates/tiled)
-[![dependency status](https://deps.rs/crate/tiled/0.10.1/status.svg)](https://deps.rs/crate/tiled/0.10.1)
+[![dependency status](https://deps.rs/crate/tiled/0.10.2/status.svg)](https://deps.rs/crate/tiled/0.10.2)
 
 A crate for reading TMX (map) and TSX (tileset) files from the [Tiled Map Editor](http://www.mapeditor.org/) into Rust.
 It provides a huge set of features as well as a strong wrapper over internal features such as GIDs.
-- 
GitLab