🏡 index : ~doyle/gitlab-cargo-shim.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-06 1:02:33.0 +00:00:00
committer GitHub <noreply@github.com> 2024-01-06 1:02:33.0 +00:00:00
commit
9ee60bd336068ea22e2ff80f5a5d63896088ed51 [patch]
tree
b9c5ceed977dc5fa7f7a5b5c47e0ad0dcf74b49a
parent
05198eb93aa1f1ba0179cdf08c490ec8e4fdb036
download
9ee60bd336068ea22e2ff80f5a5d63896088ed51.tar.gz

Bump percent-encoding from 2.3.0 to 2.3.1 (#62)

Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: percent-encoding
  dependency-type: direct:production
  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>

Diff

 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 3cd693c..3ab781f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ indoc = "1.0"
packfile = "0.1"
parse_link_header = "0.3"
parking_lot = "0.12"
percent-encoding = "2.1"
percent-encoding = "2.3"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }