From 171d53c04238e851a8f687bca027584fa7464bda Mon Sep 17 00:00:00 2001 From: Benjamin Brienen Date: Tue, 3 Dec 2024 23:07:19 +0100 Subject: [PATCH] Update `smol_str` (#3991) --- Cargo.toml | 2 +- src/changelog/unreleased.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbd6f8d1..37d69a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ cursor-icon = "1.1.0" dpi = { version = "0.1.1", path = "dpi" } rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] } serde = { workspace = true, optional = true } -smol_str = "0.2.0" +smol_str = "0.3" tracing = { version = "0.1.40", default-features = false } [dev-dependencies] diff --git a/src/changelog/unreleased.md b/src/changelog/unreleased.md index 23654f4b..81d48512 100644 --- a/src/changelog/unreleased.md +++ b/src/changelog/unreleased.md @@ -164,6 +164,7 @@ changelog entry. - On macOS and iOS, no longer emit `ScaleFactorChanged` upon window creation. - On macOS, no longer emit `Focused` upon window creation. - On iOS, emit more events immediately, instead of queuing them. +- Update `smol_str` to version `0.3` ### Removed