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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sessionscope-detectors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]

Check warning on line 1 in crates/sessionscope-detectors/Cargo.toml

View workflow job for this annotation

GitHub Actions / deterministic-deps

rust/lockfile-required

Cargo.toml was found without Cargo.lock. Commit Cargo.lock for applications and workspaces that need deterministic builds.
name = "sessionscope-detectors"
version.workspace = true
edition.workspace = true
Expand All @@ -8,7 +8,7 @@
[dependencies]
regex = "1.11"
sessionscope-model = { path = "../sessionscope-model" }
tree-sitter = "0.26.8"
tree-sitter = "0.26.9"
tree-sitter-javascript = "0.25.0"
tree-sitter-python = "0.25.0"
tree-sitter-typescript = "0.23.2"
Expand Down
Loading