Update mockito to 0.25

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-18 13:01:37 +02:00
parent f80e0b8d43
commit 84103b8588
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 17 additions and 4 deletions

View File

@ -6,16 +6,17 @@
Name: rust-%{crate}
Version: 0.0.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Update agent for Fedora CoreOS
# Upstream license specification: Apache-2.0
License: ASL 2.0
URL: https://crates.io/crates/zincati
Source: %{crates_source}
# Initial patched metadata:
# Initial patched metadata
# - Update actix from ^0.9 to 0.10.0-alpha.2
Patch0000: zincati-fix-metadata.diff
# - Update mockito to 0.25, https://github.com/coreos/zincati/pull/267
Patch0: zincati-fix-metadata.diff
# Update for actix 0.10.0-alpha.2 API
Patch0001: 0001-Update-agent-update-to-actix-0.10.0-alpha.2-API.patch
@ -123,6 +124,9 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/
%endif
%changelog
* Mon May 18 12:56:53 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.0.10-3
- Update mockito to 0.25
* Wed Apr 15 18:22:39 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.0.10-2
- Update envsubst

View File

@ -1,5 +1,5 @@
--- zincati-0.0.10/Cargo.toml 2020-04-06T07:46:34+00:00
+++ zincati-0.0.10/Cargo.toml 2020-04-15T16:22:39.114222+00:00
+++ zincati-0.0.10/Cargo.toml 2020-05-18T10:56:53.902507+00:00
@@ -29,7 +29,7 @@
[profile.release]
lto = true
@ -9,3 +9,12 @@
[dependencies.cfg-if]
version = "^0.1"
@@ -107,7 +107,7 @@
version = "^0.2"
[dev-dependencies.mockito]
-version = "^0.23"
+version = "^0.25"
[dev-dependencies.proptest]
version = "^0.9"