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