Skip to content

Commit 33f147a

Browse files
fix(deps): update all non-major dependencies
1 parent 60baabc commit 33f147a

9 files changed

Lines changed: 48 additions & 48 deletions

File tree

.github/workflows/typing-errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- name: Spell check with typos
14-
uses: crate-ci/typos@v1.42.0
14+
uses: crate-ci/typos@v1.44.0
1515
with:
1616
isolated: true
1717
config: ./_typos.toml

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ serde = { version = "1", features = ["derive"] }
9595
serde_json = "1"
9696
url = "2.5"
9797
open = "5.1"
98-
rusqlite = { version = "0.32", features = ["bundled"] }
98+
rusqlite = { version = "0.39", features = ["bundled"] }
9999

100100
# Animations
101101
easer = "0.3.0"
@@ -112,7 +112,7 @@ euclid = "0.22.9"
112112
itertools = "0.14.0"
113113

114114
# Rendering
115-
freya-skia-safe = { version = "0.93.10", features = ["textlayout", "svg"] }
115+
freya-skia-safe = { version = "0.94.0", features = ["textlayout", "svg"] }
116116
bytes = "1.10.1"
117117
rfd = "0.17"
118118

crates/freya-components/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ thiserror = { workspace = true }
6868
embed-doc-image = { version = "0.1.4", optional = true }
6969

7070
# GIF
71-
gif = { version = "0.13.3", optional = true }
71+
gif = { version = "0.14.0", optional = true }
7272

7373
# Markdown
7474
pulldown-cmark = { version = "0.13", optional = true }

crates/freya-devtools-app/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ torin = { workspace = true }
3030
accesskit = { workspace = true }
3131
serde_json = { workspace = true }
3232

33-
async-tungstenite = { version = "0.31" }
33+
async-tungstenite = { version = "0.34" }
3434
futures-util = { workspace = true }
3535
smol = "2.0.2"
36-
tungstenite = { version = "0.27", features = ["handshake"] }
36+
tungstenite = { version = "0.29", features = ["handshake"] }
3737
async-lock = { version = "3.4.1" }

crates/freya-devtools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ torin = { workspace = true, features = ["serde"] }
4545
# Server
4646
hyper = { version = "1", features = ["server", "http1"], optional = true }
4747
hyper-util = { version = "0.1", optional = true }
48-
tungstenite = { version = "0.27", features = ["handshake"], optional = true }
48+
tungstenite = { version = "0.29", features = ["handshake"], optional = true }
4949
futures-util = { version = "0.3", optional = true }
5050
futures = { version = "0.3", optional = true }
5151
http-body-util = { version = "0.1", optional = true }
5252
bytes = { version = "1", optional = true }
5353
smol = { version = "2.0.2", optional = true }
5454
async-lock = { version = "3.4.1", optional = true }
55-
async-tungstenite = { version = "0.31.0", optional = true }
55+
async-tungstenite = { version = "0.34.0", optional = true }
5656
anyhow = { version = "1", optional = true }
5757
serde_json = { workspace = true, optional = true }
5858

crates/freya-terminal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keyboard-types = { workspace = true }
3030
# PTY and VT100
3131
portable-pty = "0.9"
3232
vt100 = "0.16"
33-
termwiz = "0.22"
33+
termwiz = "0.23"
3434

3535
# Async
3636
futures-channel = { workspace = true }

crates/freya-webview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ skia-engine = ["freya-core/skia-engine"]
2121
[dependencies]
2222
freya-core = { workspace = true }
2323
freya-winit = { workspace = true }
24-
wry = "0.54"
24+
wry = "0.55"
2525
raw-window-handle = { workspace = true }
2626
torin = { workspace = true }
2727
rustc-hash = { workspace = true }

crates/torin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ itertools = { workspace = true }
2626
serde = { version = "1.0", optional = true }
2727

2828
[dev-dependencies]
29-
criterion = "0.5.1"
29+
criterion = "0.8.0"
3030

3131
[lib]
3232
bench = false

website/pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)