chore: update FLTK for QUIC client
							parent
							
								
									ce737d95a8
								
							
						
					
					
						commit
						15a23bb6e3
					
				|  | @ -103,6 +103,12 @@ version = "1.3.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "bitflags" | ||||||
|  | version = "2.4.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "blake3" | name = "blake3" | ||||||
| version = "1.3.3" | version = "1.3.3" | ||||||
|  | @ -189,7 +195,7 @@ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "ansi_term", |  "ansi_term", | ||||||
|  "atty", |  "atty", | ||||||
|  "bitflags", |  "bitflags 1.3.2", | ||||||
|  "strsim", |  "strsim", | ||||||
|  "textwrap", |  "textwrap", | ||||||
|  "unicode-width", |  "unicode-width", | ||||||
|  | @ -414,11 +420,11 @@ dependencies = [ | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "fltk" | name = "fltk" | ||||||
| version = "1.3.24" | version = "1.4.22" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "240c497f031c68fcde59efcd13390ee8fce5c815c6b6e8a3ad480dce7510465d" | checksum = "9da639944e8827d048b63fe437e905e8177c41b9c7cb32f898ade7464208b3bd" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags", |  "bitflags 2.4.2", | ||||||
|  "crossbeam-channel", |  "crossbeam-channel", | ||||||
|  "fltk-sys", |  "fltk-sys", | ||||||
|  "paste", |  "paste", | ||||||
|  | @ -427,9 +433,9 @@ dependencies = [ | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "fltk-sys" | name = "fltk-sys" | ||||||
| version = "1.3.24" | version = "1.4.22" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "ae5725f846c2a8d0c718f6b114fd81fd2d8aab84fb54ff6deed96d94683ddce7" | checksum = "f434491b616dce4081d022a503e1a6a0cedd677a292d3c6f173db9dc566cd021" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cmake", |  "cmake", | ||||||
| ] | ] | ||||||
|  | @ -924,7 +930,7 @@ version = "0.26.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" | checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags", |  "bitflags 1.3.2", | ||||||
|  "cfg-if", |  "cfg-if", | ||||||
|  "libc", |  "libc", | ||||||
|  "static_assertions", |  "static_assertions", | ||||||
|  | @ -987,7 +993,7 @@ version = "0.10.44" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566" | checksum = "29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags", |  "bitflags 1.3.2", | ||||||
|  "cfg-if", |  "cfg-if", | ||||||
|  "foreign-types", |  "foreign-types", | ||||||
|  "libc", |  "libc", | ||||||
|  | @ -1428,7 +1434,7 @@ version = "0.8.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8" | checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags", |  "bitflags 1.3.2", | ||||||
|  "getopts", |  "getopts", | ||||||
|  "memchr", |  "memchr", | ||||||
|  "unicase", |  "unicase", | ||||||
|  | @ -1547,7 +1553,7 @@ version = "0.2.16" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags", |  "bitflags 1.3.2", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
|  | @ -1826,7 +1832,7 @@ version = "2.7.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" | checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags", |  "bitflags 1.3.2", | ||||||
|  "core-foundation", |  "core-foundation", | ||||||
|  "core-foundation-sys", |  "core-foundation-sys", | ||||||
|  "libc", |  "libc", | ||||||
|  | @ -2326,9 +2332,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "ttf-parser" | name = "ttf-parser" | ||||||
| version = "0.17.1" | version = "0.20.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff" | checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "typenum" | name = "typenum" | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ repository = "https://six-five-six-four.com/git/reactor/ptth" | ||||||
| [dependencies] | [dependencies] | ||||||
| anyhow = "1.0.38" | anyhow = "1.0.38" | ||||||
| blake3 = "1.0.0" | blake3 = "1.0.0" | ||||||
| fltk = "1.3.24" | fltk = "1.4.22" | ||||||
| ptth_quic = { path = "../ptth_quic" } | ptth_quic = { path = "../ptth_quic" } | ||||||
| quinn = "0.9.3" | quinn = "0.9.3" | ||||||
| rand = "0.8.4" | rand = "0.8.4" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 _
						_