File: update-hex.patch

package info (click to toggle)
rust-native-tls 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: native-tls/Cargo.toml
===================================================================
--- native-tls.orig/Cargo.toml
+++ native-tls/Cargo.toml
@@ -19,7 +19,7 @@ readme = "README.md"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/sfackler/rust-native-tls"
 [dev-dependencies.hex]
-version = "0.3"
+version = "0.4"
 
 [features]
 vendored = ["openssl/vendored"]