mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 05:41:13 +00:00 
			
		
		
		
	Use new i64::to_be_bytes and remove byteorder dep
(https://doc.rust-lang.org/stable/std/primitive.i64.html#method.to_be_bytes)
This commit is contained in:
		
					parent
					
						
							
								1ce2587330
							
						
					
				
			
			
				commit
				
					
						e0aec8d373
					
				
			
		
					 4 changed files with 38 additions and 50 deletions
				
			
		
							
								
								
									
										76
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										76
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							|  | @ -115,7 +115,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| name = "bitwarden_rs" | ||||
| version = "1.0.0" | ||||
| dependencies = [ | ||||
|  "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chashmap 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -391,10 +390,10 @@ name = "derive_more" | |||
| version = "0.13.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -421,9 +420,9 @@ version = "0.2.0" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -606,9 +605,9 @@ name = "failure_derive" | |||
| version = "0.1.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
|  | @ -834,7 +833,7 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "hyper" | ||||
| version = "0.12.20" | ||||
| version = "0.12.21" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -876,7 +875,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| dependencies = [ | ||||
|  "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "hyper 0.12.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "hyper 0.12.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | @ -1218,7 +1217,7 @@ dependencies = [ | |||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "nickel 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "nickel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -1229,11 +1228,11 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "mustache" | ||||
| version = "0.8.2" | ||||
| version = "0.9.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -1265,7 +1264,7 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "nickel" | ||||
| version = "0.10.2" | ||||
| version = "0.11.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "groupable 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -1273,10 +1272,11 @@ dependencies = [ | |||
|  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mustache 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mustache 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -1319,9 +1319,9 @@ version = "0.2.3" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -1467,9 +1467,9 @@ name = "pear_codegen" | |||
| version = "0.1.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "yansi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | @ -1503,9 +1503,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| dependencies = [ | ||||
|  "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -1576,7 +1576,7 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "proc-macro2" | ||||
| version = "0.4.24" | ||||
| version = "0.4.25" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -1605,7 +1605,7 @@ name = "quote" | |||
| version = "0.6.10" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -1778,7 +1778,7 @@ dependencies = [ | |||
|  "encoding_rs 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "hyper 0.12.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "hyper 0.12.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libflate 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  | @ -1899,11 +1899,6 @@ name = "rustc-hex" | |||
| version = "1.0.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "rustc-serialize" | ||||
| version = "0.3.24" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "rustc_version" | ||||
| version = "0.2.3" | ||||
|  | @ -2023,9 +2018,9 @@ name = "serde_derive" | |||
| version = "1.0.84" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
|  | @ -2165,10 +2160,10 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "syn" | ||||
| version = "0.15.25" | ||||
| version = "0.15.26" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | @ -2186,9 +2181,9 @@ name = "synstructure" | |||
| version = "0.10.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
|  | @ -2779,7 +2774,7 @@ dependencies = [ | |||
| "checksum http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "02096a6d2c55e63f7fcb800690e4f889a25f6ec342e3adb4594e293b625215ab" | ||||
| "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" | ||||
| "checksum hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "df0caae6b71d266b91b4a83111a61d2b94ed2e2bea024c532b933dcff867e58c" | ||||
| "checksum hyper 0.12.20 (registry+https://github.com/rust-lang/crates.io-index)" = "80eeda66c9ef8e18f5122fff2c54604c053420b11dae951cfb74cf1dcba2e93f" | ||||
| "checksum hyper 0.12.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6d6b1a3d01ac8035b8d2d94e0e5254eab82746f09046baed763751b00253232b" | ||||
| "checksum hyper-sync-rustls 0.3.0-rc.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d1a443a90413a118ac6739e024f6a5180aa3b3f43f7de65f9d388a961cff19b" | ||||
| "checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" | ||||
| "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | ||||
|  | @ -2818,10 +2813,10 @@ dependencies = [ | |||
| "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | ||||
| "checksum modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58" | ||||
| "checksum multipart 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)" = "adba94490a79baf2d6a23eac897157047008272fa3eecb3373ae6377b91eca28" | ||||
| "checksum mustache 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ddb004e419334fc9172d0a5ff91c0770bdd6239091b0b343eb5926101f0a7d13" | ||||
| "checksum mustache 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51956ef1c5d20a1384524d91e616fb44dfc7d8f249bf696d49c97dd3289ecab5" | ||||
| "checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" | ||||
| "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | ||||
| "checksum nickel 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da8f6d24c912e56ae0b595fed54326dc49e8d7c8a13f303861fd0c2c3021e746" | ||||
| "checksum nickel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5061a832728db2dacb61cefe0ce303b58f85764ec680e71d9138229640a46d9" | ||||
| "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | ||||
| "checksum nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c349f68f25f596b9f44cf0e7c69752a5c633b0550c3ff849518bfba0233774a" | ||||
| "checksum notify 4.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "873ecfd8c174964ae30f401329d140142312c8e5590719cf1199d5f1717d8078" | ||||
|  | @ -2855,7 +2850,7 @@ dependencies = [ | |||
| "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" | ||||
| "checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" | ||||
| "checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" | ||||
| "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" | ||||
| "checksum proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "d3797b7142c9aa74954e351fc089bbee7958cebbff6bf2815e7ffff0b19f547d" | ||||
| "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | ||||
| "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | ||||
| "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" | ||||
|  | @ -2887,7 +2882,6 @@ dependencies = [ | |||
| "checksum rocket_http 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba9d4f2ce5bba6e1b6d3100493bbad63879e99bbf6b4365d61e6f781daab324d" | ||||
| "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" | ||||
| "checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e" | ||||
| "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" | ||||
| "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | ||||
| "checksum rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b7891791343c75b73ed9a18cadcafd8c8563d11a88ebe2d87f5b8a3182654d9" | ||||
| "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | ||||
|  | @ -2921,7 +2915,7 @@ dependencies = [ | |||
| "checksum subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "702662512f3ddeb74a64ce2fbbf3707ee1b6bb663d28bb054e0779bbc720d926" | ||||
| "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" | ||||
| "checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b" | ||||
| "checksum syn 0.15.25 (registry+https://github.com/rust-lang/crates.io-index)" = "71b7693d9626935a362a3d1d4e59380800a919ebfa478d77a4f49e2a6d2c3ad5" | ||||
| "checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" | ||||
| "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | ||||
| "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | ||||
| "checksum syslog 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327" | ||||
|  |  | |||
|  | @ -95,9 +95,6 @@ native-tls = "0.2.2" | |||
| # Template library | ||||
| handlebars = "1.1.0" | ||||
| 
 | ||||
| # Number encoding library | ||||
| byteorder = "1.2.7" | ||||
| 
 | ||||
| [patch.crates-io] | ||||
| # Add support for Timestamp type | ||||
| rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' } | ||||
|  |  | |||
|  | @ -1 +1 @@ | |||
| nightly-2019-01-08 | ||||
| nightly-2019-01-16 | ||||
|  |  | |||
|  | @ -90,11 +90,8 @@ fn serialize_date(date: NaiveDateTime) -> Value { | |||
|     let seconds: i64 = date.timestamp(); | ||||
|     let nanos: i64 = date.timestamp_subsec_nanos() as i64; | ||||
|     let timestamp = nanos << 34 | seconds; | ||||
| 
 | ||||
|     use byteorder::{BigEndian, WriteBytesExt}; | ||||
| 
 | ||||
|     let mut bs = [0u8; 8]; | ||||
|     bs.as_mut().write_i64::<BigEndian>(timestamp).expect("Unable to write"); | ||||
|     
 | ||||
|     let bs = timestamp.to_be_bytes(); | ||||
| 
 | ||||
|     // -1 is Timestamp
 | ||||
|     // https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue