Update to the latest dependencies (#7599)
This commit is contained in:
parent
86dc9ea64e
commit
56b1def064
616
Cargo.lock
616
Cargo.lock
File diff suppressed because it is too large
Load Diff
78
Cargo.toml
78
Cargo.toml
|
|
@ -70,78 +70,78 @@ eframe = { version = "0.32.3", path = "crates/eframe", default-features = false
|
||||||
|
|
||||||
accesskit = "0.21.1"
|
accesskit = "0.21.1"
|
||||||
accesskit_consumer = "0.30.1"
|
accesskit_consumer = "0.30.1"
|
||||||
accesskit_winit = "0.29"
|
accesskit_winit = "0.29.1"
|
||||||
ab_glyph = "0.2.32"
|
ab_glyph = "0.2.32"
|
||||||
ahash = { version = "0.8.12", default-features = false, features = [
|
ahash = { version = "0.8.12", default-features = false, features = [
|
||||||
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
|
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
|
||||||
"std",
|
"std",
|
||||||
] }
|
] }
|
||||||
android_logger = "0.14"
|
android_logger = "0.15.1"
|
||||||
arboard = { version = "3.6", default-features = false}
|
arboard = { version = "3.6.1", default-features = false}
|
||||||
backtrace = "0.3"
|
backtrace = "0.3.76"
|
||||||
bitflags = "2.9"
|
bitflags = "2.9.4"
|
||||||
bytemuck = "1.24.0"
|
bytemuck = "1.24.0"
|
||||||
chrono = { version = "0.4", default-features = false }
|
chrono = { version = "0.4.42", default-features = false }
|
||||||
cint = "0.3.1"
|
cint = "0.3.1"
|
||||||
color-hex = "0.2.0"
|
color-hex = "0.2.0"
|
||||||
criterion = { version = "0.7", default-features = false }
|
criterion = { version = "0.7.0", default-features = false }
|
||||||
dify = { version = "0.7", default-features = false }
|
dify = { version = "0.7.4", default-features = false }
|
||||||
directories = "6"
|
directories = "6.0.0"
|
||||||
document-features = "0.2.11"
|
document-features = "0.2.11"
|
||||||
ehttp = { version = "0.5", default-features = false }
|
ehttp = { version = "0.5.0", default-features = false }
|
||||||
enum-map = "2"
|
enum-map = "2.7.3"
|
||||||
env_logger = { version = "0.10", default-features = false }
|
env_logger = { version = "0.11.8", default-features = false }
|
||||||
glow = "0.16"
|
glow = "0.16.0"
|
||||||
glutin = { version = "0.32.3", default-features = false }
|
glutin = { version = "0.32.3", default-features = false }
|
||||||
glutin-winit = { version = "0.5.0", default-features = false }
|
glutin-winit = { version = "0.5.0", default-features = false }
|
||||||
home = "0.5.11"
|
home = "0.5.11"
|
||||||
image = { version = "0.25", default-features = false }
|
image = { version = "0.25.6", default-features = false }
|
||||||
js-sys = "0.3"
|
js-sys = "0.3.81"
|
||||||
kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" }
|
kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" }
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4.28", features = ["std"] }
|
||||||
memoffset = "0.9"
|
memoffset = "0.9.1"
|
||||||
mimalloc = "0.1.48"
|
mimalloc = "0.1.48"
|
||||||
mime_guess2 = { version = "2", default-features = false }
|
mime_guess2 = { version = "2.3.1", default-features = false }
|
||||||
mint = "0.5.9"
|
mint = "0.5.9"
|
||||||
nohash-hasher = "0.2"
|
nohash-hasher = "0.2.0"
|
||||||
objc2 = "0.5.2"
|
objc2 = "0.5.2"
|
||||||
objc2-app-kit = { version = "0.2.2", default-features = false }
|
objc2-app-kit = { version = "0.2.2", default-features = false }
|
||||||
objc2-foundation = { version = "0.2.2", default-features = false }
|
objc2-foundation = { version = "0.2.2", default-features = false }
|
||||||
objc2-ui-kit = { version = "0.2.2", default-features = false }
|
objc2-ui-kit = { version = "0.2.2", default-features = false }
|
||||||
open = "5"
|
open = "5.3.2"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12.5"
|
||||||
percent-encoding = "2.3"
|
percent-encoding = "2.3.2"
|
||||||
poll-promise = { version = "0.3", default-features = false }
|
poll-promise = { version = "0.3.0", default-features = false }
|
||||||
pollster = "0.4"
|
pollster = "0.4.0"
|
||||||
profiling = { version = "1.0.17", default-features = false }
|
profiling = { version = "1.0.17", default-features = false }
|
||||||
puffin = "0.19"
|
puffin = "0.19.1"
|
||||||
puffin_http = "0.16"
|
puffin_http = "0.16.1"
|
||||||
rand = "0.9"
|
rand = "0.9.2"
|
||||||
raw-window-handle = "0.6.2"
|
raw-window-handle = "0.6.2"
|
||||||
rayon = "1.11"
|
rayon = "1.11.0"
|
||||||
resvg = { version = "0.45", default-features = false }
|
resvg = { version = "0.45.1", default-features = false }
|
||||||
rfd = "0.15.4"
|
rfd = "0.15.4"
|
||||||
ron = "0.11"
|
ron = "0.11.0"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
similar-asserts = "1.7.0"
|
similar-asserts = "1.7.0"
|
||||||
smallvec = "1"
|
smallvec = "1.15.1"
|
||||||
smithay-clipboard = "0.7.2"
|
smithay-clipboard = "0.7.2"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
syntect = { version = "5", default-features = false }
|
syntect = { version = "5.3.0", default-features = false }
|
||||||
tempfile = "3"
|
tempfile = "3.23.0"
|
||||||
thiserror = "1.0.69"
|
thiserror = "2.0.17"
|
||||||
tokio = "1"
|
tokio = "1.47.1"
|
||||||
type-map = "0.5.1"
|
type-map = "0.5.1"
|
||||||
unicode_names2 = { version = "0.6.0", default-features = false }
|
unicode_names2 = { version = "2.0.0", default-features = false }
|
||||||
unicode-segmentation = "1.12.0"
|
unicode-segmentation = "1.12.0"
|
||||||
wasm-bindgen = "=0.2.104"
|
wasm-bindgen = "=0.2.104"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4.54"
|
||||||
wayland-cursor = { version = "0.31.11", default-features = false }
|
wayland-cursor = { version = "0.31.11", default-features = false }
|
||||||
web-sys = "0.3.81"
|
web-sys = "0.3.81"
|
||||||
web-time = "1.1.0" # Timekeeping for native and web
|
web-time = "1.1.0" # Timekeeping for native and web
|
||||||
webbrowser = "1.0.5"
|
webbrowser = "1.0.5"
|
||||||
wgpu = { version = "27.0.1", default-features = false, features = ["std"] }
|
wgpu = { version = "27.0.1", default-features = false, features = ["std"] }
|
||||||
windows-sys = "0.60"
|
windows-sys = "0.61.2"
|
||||||
winit = { version = "0.30.12", default-features = false }
|
winit = { version = "0.30.12", default-features = false }
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,8 +69,7 @@ impl OperatingSystem {
|
||||||
Self::Nix
|
Self::Nix
|
||||||
} else {
|
} else {
|
||||||
log::warn!(
|
log::warn!(
|
||||||
"egui: Failed to guess operating system from User-Agent {:?}. Please file an issue at https://github.com/emilk/egui/issues",
|
"egui: Failed to guess operating system from User-Agent {user_agent:?}. Please file an issue at https://github.com/emilk/egui/issues"
|
||||||
user_agent
|
|
||||||
);
|
);
|
||||||
|
|
||||||
Self::Unknown
|
Self::Unknown
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,10 @@ skip = [
|
||||||
{ name = "quick-xml" }, # old version via wayland-scanner
|
{ name = "quick-xml" }, # old version via wayland-scanner
|
||||||
{ name = "redox_syscall" }, # old version via winit
|
{ name = "redox_syscall" }, # old version via winit
|
||||||
{ name = "rustc-hash" }, # Small enough
|
{ name = "rustc-hash" }, # Small enough
|
||||||
{ name = "thiserror-impl" }, # same as above
|
|
||||||
{ name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x
|
{ name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x
|
||||||
|
{ name = "thiserror-impl" }, # same as above
|
||||||
{ name = "windows-sys" }, # mostly hopeless to avoid
|
{ name = "windows-sys" }, # mostly hopeless to avoid
|
||||||
|
{ name = "zerocopy" }, # Small enough
|
||||||
]
|
]
|
||||||
skip-tree = [
|
skip-tree = [
|
||||||
{ name = "hashbrown" }, # wgpu's naga depends on 0.16, accesskit depends on 0.15
|
{ name = "hashbrown" }, # wgpu's naga depends on 0.16, accesskit depends on 0.15
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue