1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00

build(deps): bump urlencoding from 1.0.0 to 1.1.1

Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/kornelski/rust_urlencoding/releases)
- [Commits](https://github.com/kornelski/rust_urlencoding/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-22 09:18:41 +00:00
parent d1bbba321b
commit e1373b867f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1339,9 +1339,9 @@ dependencies = [
[[package]]
name = "urlencoding"
version = "1.0.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed"
checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
[[package]]
name = "vcpkg"

View File

@ -54,7 +54,7 @@ pest_derive = "^2.1"
nom = "5.1.2"
regex = "1.3.9"
os_info = "2.0.6"
urlencoding = "1.0.0"
urlencoding = "1.1.1"
open = "1.4.0"
unicode-width = "0.1.7"
textwrap = "0.11.0"