Skip to content

Commit f407bdd

Browse files
fix(deps): update all non-major dependencies
1 parent 834b2a3 commit f407bdd

9 files changed

Lines changed: 610 additions & 304 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ serde = { version = "1", features = ["derive"] }
9393
serde_json = "1"
9494
url = "2.5"
9595
open = "5.1"
96-
rusqlite = { version = "0.32", features = ["bundled"] }
96+
rusqlite = { version = "0.39", features = ["bundled"] }
9797

9898
# Animations
9999
easer = "0.3.0"

crates/freya-components/Cargo.toml

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

6767
# GIF
68-
gif = { version = "0.13.3", optional = true }
68+
gif = { version = "0.14.0", optional = true }
6969

7070
# Markdown
7171
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
@@ -27,8 +27,8 @@ torin = { workspace = true }
2727
accesskit = { workspace = true }
2828
serde_json = { workspace = true }
2929

30-
async-tungstenite = { version = "0.31" }
30+
async-tungstenite = { version = "0.33" }
3131
futures-util = { workspace = true }
3232
smol = "2.0.2"
33-
tungstenite = { version = "0.27", features = ["handshake"] }
33+
tungstenite = { version = "0.28", features = ["handshake"] }
3434
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
@@ -42,14 +42,14 @@ torin = { workspace = true, features = ["serde"] }
4242
# Server
4343
hyper = { version = "1", features = ["server", "http1"], optional = true }
4444
hyper-util = { version = "0.1", optional = true }
45-
tungstenite = { version = "0.27", features = ["handshake"], optional = true }
45+
tungstenite = { version = "0.28", features = ["handshake"], optional = true }
4646
futures-util = { version = "0.3", optional = true }
4747
futures = { version = "0.3", optional = true }
4848
http-body-util = { version = "0.1", optional = true }
4949
bytes = { version = "1", optional = true }
5050
smol = { version = "2.0.2", optional = true }
5151
async-lock = { version = "3.4.1", optional = true }
52-
async-tungstenite = { version = "0.31.0", optional = true }
52+
async-tungstenite = { version = "0.33.0", optional = true }
5353
anyhow = { version = "1", optional = true }
5454
serde_json = { workspace = true, optional = true }
5555

crates/freya-terminal/Cargo.toml

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

3232
# Async
3333
futures-channel = { workspace = true }

crates/torin/Cargo.toml

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

2525
[dev-dependencies]
26-
criterion = "0.5.1"
26+
criterion = "0.8.0"
2727

2828
[lib]
2929
bench = false

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/deno": "^5.0.0",
1616
"@astrojs/rss": "^4.0.1",
1717
"@astrojs/tailwind": "^6.0.0",
18-
"astro": "5.15.9",
18+
"astro": "5.18.1",
1919
"rehype-accessible-emojis": "^0.3.2",
2020
"rehype-autolink-headings": "^7.1.0",
2121
"rehype-slug": "^6.0.0",

0 commit comments

Comments
 (0)