]> git.proxmox.com Git - debcargo-conf.git/commitdiff
num-format - bump dev-dependency on rand.
authorPeter Michael Green <plugwash@debian.org>
Thu, 23 Jun 2022 21:30:50 +0000 (21:30 +0000)
committerPeter Michael Green <plugwash@debian.org>
Fri, 24 Jun 2022 01:28:55 +0000 (01:28 +0000)
src/num-format/debian/changelog
src/num-format/debian/patches/relax-dep.diff

index 78e54f6315a2159468bc327c73d3b71e219e6243..c151c4fb22ea8546a40f5ab5ca4902b51d0e9436 100644 (file)
@@ -6,6 +6,7 @@ rust-num-format (0.4.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=mediu
     + Bump arrayvec dependency to 0.7 and fix code to work with it.
     + Bump itoa dependency to 1.0 and remove no-longer-needed feature
       flags.
+    + Bump rand dev-dependency to 0.8
   * Don't fail the tests if known-unsupported locales are present
     (e.g. if locales-all is installed).
   * Don't fail the build due to use of deprecated functions in std.
index e366c9355a2986e18f39293fa61a54100eff7648..445813bac222a7fb1f1e753bca0f9af697f46162 100644 (file)
@@ -12,7 +12,15 @@ Index: num-format/Cargo.toml
  default-features = false
  
  [dependencies.lazy_static]
-@@ -59,7 +58,7 @@ version = "1.0"
+@@ -52,14 +51,14 @@ version = "0.1"
+ version = "1.2"
+ [dev-dependencies.rand]
+-version = "0.6"
++version = "0.8"
+ [dev-dependencies.serde_json]
+ version = "1.0"
  
  [features]
  default = ["std"]