File: 2001_serde_json.patch

package info (click to toggle)
rust-imap-codec 2.0.0~alpha6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,952 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older minor versions of crate serde_json
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-12-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/imap-types/Cargo.toml
+++ b/imap-types/Cargo.toml
@@ -42,7 +42,7 @@
 [dev-dependencies]
 criterion = { version = "0.7.0", default-features = false }
 rand = { version = "0.8", default-features = false, features = ["small_rng"] }
-serde_json = { version = "1.0.145" }
+serde_json = { version = "1.0.143" }
 
 [[example]]
 name = "serde_json"