Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Get nightly toolchain version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hotpath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1
- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Install hotpath-utils CLI
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1
- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Set up cargo cache
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1
- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Set up cargo cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Install linux dependencies
run: sudo apt update && sudo apt install build-essential libssl-dev pkg-config libglib2.0-dev libgtk-3-dev libudev-dev libxdo-dev libwebkit2gtk-4.1-dev
- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Install taplo
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: taplo
- name: Install Rust toolchain
Expand Down Expand Up @@ -60,11 +60,11 @@ jobs:
fetch-depth: 2
submodules: true
- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Install taplo
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: taplo
- name: Install Rust toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1
- name: Install nextest
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: nextest
- name: Install just
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6
with:
tool: just
- name: Install linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing-errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Spell check with typos
uses: crate-ci/typos@bb4666ad77b539a6b4ce4eda7ebb6de553704021 # v1.42.0
uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3
with:
isolated: true
config: ./_typos.toml
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ serde_json = "1"
url = "2.5"
linkify = "0.11"
open = "5.1"
rusqlite = { version = "0.32", features = ["bundled"] }
rusqlite = { version = "0.39", features = ["bundled"] }

# Animations
easer = "0.3.0"
Expand Down Expand Up @@ -137,7 +137,7 @@ raw-window-handle = "0.6.0"
winit = "0.30.13"

# Tray
tray-icon = "0.21"
tray-icon = "0.24"

# OpenGL
gl = "0.14.0"
Expand All @@ -153,10 +153,10 @@ softbuffer = "0.4.8"

# accessibility
accesskit = "0.24.0"
accesskit_winit = "0.32.0"
accesskit_winit = "0.33.0"

# Performance
hotpath = "0.15.1"
hotpath = "0.16.0"

# Errors
anyhow = "1.0.100"
Expand Down
2 changes: 1 addition & 1 deletion crates/freya-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ thiserror = { workspace = true }
embed-doc-image = { version = "0.1.4", optional = true }

# GIF
gif = { version = "0.13.3", optional = true }
gif = { version = "0.14.0", optional = true }

# Markdown
pulldown-cmark = { version = "0.13", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/freya-devtools-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ torin = { workspace = true }
accesskit = { workspace = true }
serde_json = { workspace = true }

async-tungstenite = { version = "0.31" }
async-tungstenite = { version = "0.34" }
futures-util = { workspace = true }
smol = "2.0.2"
tungstenite = { version = "0.27", features = ["handshake"] }
tungstenite = { version = "0.29", features = ["handshake"] }
async-lock = { version = "3.4.1" }
4 changes: 2 additions & 2 deletions crates/freya-devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ torin = { workspace = true, features = ["serde"] }
# Server
hyper = { version = "1", features = ["server", "http1"], optional = true }
hyper-util = { version = "0.1", optional = true }
tungstenite = { version = "0.27", features = ["handshake"], optional = true }
tungstenite = { version = "0.29", features = ["handshake"], optional = true }
futures-util = { version = "0.3", optional = true }
futures = { version = "0.3", optional = true }
http-body-util = { version = "0.1", optional = true }
bytes = { version = "1", optional = true }
smol = { version = "2.0.2", optional = true }
async-lock = { version = "3.4.1", optional = true }
async-tungstenite = { version = "0.31.0", optional = true }
async-tungstenite = { version = "0.34.0", optional = true }
anyhow = { version = "1", optional = true }
serde_json = { workspace = true, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/freya-webview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ skia-engine = ["freya-core/skia-engine"]
[dependencies]
freya-core = { workspace = true }
freya-winit = { workspace = true }
wry = "0.54"
wry = "0.55"
raw-window-handle = { workspace = true }
torin = { workspace = true }
rustc-hash = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/torin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ itertools = { workspace = true }
serde = { version = "1.0", optional = true }

[dev-dependencies]
criterion = "0.5.1"
criterion = "0.8.0"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.94.1"
channel = "1.95.0"
profile = "default"
components = ["rust-src", "rust-analyzer"]
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/deno": "^5.0.0",
"@astrojs/rss": "^4.0.1",
"@astrojs/tailwind": "^6.0.0",
"astro": "6.1.6",
"astro": "6.3.7",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
Expand Down
Loading
Loading