1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Update to puffin 0.19 (#3940)

…and some other smaller crate updates
This commit is contained in:
Emil Ernerfeldt
2024-02-01 20:15:11 +01:00
committed by GitHub
parent dda9f79838
commit 948db61a8a
5 changed files with 21 additions and 19 deletions

27
Cargo.lock generated
View File

@@ -1161,7 +1161,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading 0.8.0",
"libloading 0.7.4",
]
[[package]]
@@ -1816,9 +1816,9 @@ dependencies = [
[[package]]
name = "glutin"
version = "0.31.1"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca18d477e18c996c1fd1a50e04c6a745b67e2d512c7fb51f2757d9486a0e3ee"
checksum = "005459a22af86adc706522d78d360101118e2638ec21df3852fcc626e0dbb212"
dependencies = [
"bitflags 2.4.0",
"cfg_aliases",
@@ -1985,7 +1985,7 @@ dependencies = [
"bitflags 2.4.0",
"com",
"libc",
"libloading 0.8.0",
"libloading 0.7.4",
"thiserror",
"widestring",
"winapi",
@@ -2907,15 +2907,15 @@ dependencies = [
[[package]]
name = "profiling"
version = "1.0.11"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f89dff0959d98c9758c88826cc002e2c3d0b9dfac4139711d1f30de442f1139b"
checksum = "0f0f7f43585c34e4fdd7497d746bc32e14458cf11c69341cc0587b1d825dde42"
[[package]]
name = "puffin"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0b84517b2fb755da3a634bc030fcbc7b6337a786aa25a7fb350cdd51ab5e15"
checksum = "b9f76ad4bb049fded4e572df72cbb6381ff5d1f41f85c3a04b56e4eca287a02f"
dependencies = [
"anyhow",
"bincode",
@@ -2929,13 +2929,14 @@ dependencies = [
[[package]]
name = "puffin_http"
version = "0.15.0"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf8e52cf00569807b02e8089a85e859c00476182730cda9718c94b12cdc31b8"
checksum = "4936c085e48efc86f6d96609dc5086d1d236afe3ec4676f09b157a4f4be83ff6"
dependencies = [
"anyhow",
"crossbeam-channel",
"log",
"parking_lot",
"puffin",
]
@@ -4313,7 +4314,7 @@ dependencies = [
"js-sys",
"khronos-egl",
"libc",
"libloading 0.8.0",
"libloading 0.7.4",
"log",
"metal",
"naga",
@@ -4584,9 +4585,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winit"
version = "0.29.7"
version = "0.29.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fd430cd4560ee9c48885a4ef473b609a56796e37b1e18222abee146143f7457"
checksum = "4c824f11941eeae66ec71111cc2674373c772f482b58939bb4066b642aa2ffcf"
dependencies = [
"ahash",
"android-activity",