aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-19 09:36:12 +0000
committerMartin Robinson <mrobinson@igalia.com>2025-03-19 11:05:29 +0100
commit0e74af50657c63bc48e775280492da4f31df4908 (patch)
treee2321cd5c1725e6b0a4064d02a3916806a59868d /Cargo.lock
parent4acaa08cf508ae42a7bd37e15047a14d17bb6d63 (diff)
downloadservo-dependabot/cargo/git2-0.20.1.tar.gz
servo-dependabot/cargo/git2-0.20.1.zip
build(deps): bump git2 from 0.20.0 to 0.20.1dependabot/cargo/git2-0.20.1
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.0 to 0.20.1. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.20.0...git2-0.20.1) --- updated-dependencies: - dependency-name: git2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 016934afe99..ef9b99adf9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2542,9 +2542,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.20.0"
+version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
+checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
dependencies = [
"bitflags 2.9.0",
"libc",
@@ -8097,9 +8097,9 @@ dependencies = [
[[package]]
name = "url"
-version = "2.5.3"
+version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
+checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
"idna",