Bump to nix 0.16, mockito 0.22
This commit is contained in:
parent
42c926998e
commit
c156279520
@ -1,6 +1,6 @@
|
||||
--- afterburn-4.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ afterburn-4.2.0/Cargo.toml 2019-10-15T08:52:23.863286+00:00
|
||||
@@ -50,7 +50,7 @@
|
||||
+++ afterburn-4.2.0/Cargo.toml 2020-01-09T19:12:17.608171+00:00
|
||||
@@ -50,13 +50,13 @@
|
||||
version = "0.1"
|
||||
|
||||
[dependencies.ipnetwork]
|
||||
@ -9,30 +9,28 @@
|
||||
|
||||
[dependencies.mime]
|
||||
version = "0.3"
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
[dependencies.nix]
|
||||
-version = "^0.15.0"
|
||||
+version = "^0.16.0"
|
||||
|
||||
[dependencies.openssh-keys]
|
||||
version = "^0.4.1"
|
||||
@@ -93,7 +93,7 @@
|
||||
version = "2.1"
|
||||
|
||||
[dependencies.openssl]
|
||||
-version = "^0.10.25"
|
||||
+version = "^0.10.24"
|
||||
[dependencies.slog-scope]
|
||||
-version = "~4.1"
|
||||
+version = "4.1"
|
||||
|
||||
[dependencies.pnet_base]
|
||||
version = "^0.22.0"
|
||||
@@ -71,7 +71,7 @@
|
||||
version = "^0.22.0"
|
||||
|
||||
[dependencies.reqwest]
|
||||
-version = "^0.9.22"
|
||||
+version = "^0.9.13"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
[dependencies.slog-term]
|
||||
version = "2.4"
|
||||
@@ -114,7 +114,7 @@
|
||||
version = "^1.0"
|
||||
|
||||
[dev-dependencies.mockito]
|
||||
-version = "^0.21.0"
|
||||
+version = "^0.17.1"
|
||||
+version = "^0.22.0"
|
||||
|
||||
[features]
|
||||
cl-legacy = ["update-ssh-keys"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Generated by rust2rpm 10
|
||||
# Generated by rust2rpm 13
|
||||
%bcond_without check
|
||||
%global __cargo_skip_build 0
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Simple cloud provider agent
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -104,6 +104,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 09 2020 Josh Stone <jistone@redhat.com> - 4.2.0-2
|
||||
- Bump to nix 0.16, mockito 0.22
|
||||
|
||||
* Tue Oct 15 2019 Robert Fairley <rfairley@redhat.com> - 4.2.0-1
|
||||
- Update to 4.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user