Bump time dependency from 0.2 to 0.3

epel10 imports/epel10/rust-rspec-1.0.0-12.el10
Fabio Valentini 3 months ago
parent c408bcd444
commit 9036aa1b7f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,5 @@
--- rspec-1.0.0/Cargo.toml 2021-02-06T15:09:51+00:00 --- rspec-1.0.0/Cargo.toml 2021-02-06T15:09:51+00:00
+++ rspec-1.0.0/Cargo.toml 2024-09-24T20:26:52.250675+00:00 +++ rspec-1.0.0/Cargo.toml 2024-10-05T21:05:59.148149+00:00
@@ -25,26 +25,18 @@ @@ -25,26 +25,18 @@
version = "2.0" version = "2.0"
@ -19,10 +19,11 @@
version = "1.5" version = "1.5"
[dependencies.time] [dependencies.time]
version = "0.2" -version = "0.2"
-[build-dependencies.clippy] -[build-dependencies.clippy]
-version = "0.0.153" -version = "0.0.153"
-optional = true -optional = true
+version = "0.3"
[features] [features]
default = [] default = []

@ -17,6 +17,7 @@ Source: %{crates_source}
# * remove unused optional feature for expectest compatibility # * remove unused optional feature for expectest compatibility
# * bump derive-new dependency from 0.5 to 0.6 # * bump derive-new dependency from 0.5 to 0.6
# * bump derive_builder dependency from 0.9 to 0.20 # * bump derive_builder dependency from 0.9 to 0.20
# * bump time dependency from 0.2 to 0.3
Patch: rspec-fix-metadata.diff Patch: rspec-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

Loading…
Cancel
Save