Update mockito to 0.25

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-18 12:55:05 +02:00
parent b266e1ad64
commit 2200384239
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 6 additions and 10 deletions

View File

@ -1,5 +1,5 @@
--- afterburn-4.3.3/Cargo.toml 2020-04-24T16:40:50+00:00
+++ afterburn-4.3.3/Cargo.toml 2020-05-17T11:37:32.428648+00:00
+++ afterburn-4.3.3/Cargo.toml 2020-05-18T10:54:25.083257+00:00
@@ -72,10 +72,10 @@
version = "^0.10"
@ -13,7 +13,7 @@
[dependencies.reqwest]
version = "^0.10"
@@ -115,12 +115,12 @@
@@ -115,7 +115,7 @@
optional = true
[dependencies.users]
@ -22,9 +22,3 @@
[dependencies.vmw_backdoor]
version = "^0.1"
[dev-dependencies.mockito]
-version = "^0.25"
+version = "^0.23"
[features]
cl-legacy = ["update-ssh-keys"]

View File

@ -8,7 +8,7 @@
Name: rust-%{crate}
Version: 4.3.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Simple cloud provider agent
# Upstream license specification: Apache-2.0
@ -17,7 +17,6 @@ URL: https://crates.io/crates/afterburn
Source: %{crates_source}
# Initial patched metadata
# - downgrade users from ^0.10 to ^0.9
# - downgrade mockito from ^0.25 to ^0.23
# - upgrade pnet_* to ^0.26
Patch0: afterburn-fix-metadata.diff
@ -117,6 +116,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
%endif
%changelog
* Mon May 18 12:54:25 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-3
- Update mockito to 0.25
* Sun May 17 13:37:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-2
- Update few dependencies