File: 1001_siphasher.patch

package info (click to toggle)
rust-swc-core 35.0.0~ds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,816 kB
  • sloc: javascript: 873; xml: 538; sh: 358; makefile: 35; python: 5
file content (16 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branch of crate siphasher
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-01-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -98,7 +98,7 @@
   sha1                      = "0.10.6"
   sha2                      = "0.10.8"
   shrink-to-fit             = "0.2.1"
-  siphasher                 = "0.3.9"
+  siphasher                 = ">= 0.3.9, <= 1"
   smallvec                  = "1.8.0"
   smartstring               = "1.0.1"
   smol_str                  = "0.2.0"