A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d879c8..3d9f0e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,18 +10,18 @@ pattypan = { git = "https://git.bendn.org/pattypan" }
implicit-fn = "0.1.0"
ropey = "1.6.1"
softbuffer = "0.4.8"
-swash = "0.2.7"
+swash = "0.2.9"
winit = "0.31.0-beta.2"
tree-sitter = "0.25.10"
-memchr = "2.8.1"
+memchr = "2.8.2"
lower = "0.2.1"
amap = "0.1.4"
run_times = "0.1.0"
array_chunks = "1.0.0"
rust-fsm = { git = "https://git.bendn.org/rust-fsm", features = ["diagram"] }
clipp = "0.1.1"
-regex = { version = "1.12.3", features = ["unstable", "use_std"] }
+regex = { version = "1.12.4", features = ["unstable", "use_std"] }
tree-house = { version = "0.3.0", features = ["fixtures"] }
# for tree house grammar loading
@@ -39,7 +39,7 @@ rust-analyzer = { git = "https://git.bendn.org/rust-analyzer" }
serde_json = "1.0.150"
serde = { version = "1.0.228", features = ["unstable"] }
serde_derive = "1.0.228"
-log = "0.4.31"
+log = "0.4.32"
crossbeam = { version = "0.8.4", features = ["nightly", "crossbeam-channel"] }
test-log = "0.2.21"
env_logger = "0.11.10"