A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -9,19 +9,19 @@ fimg = { git = "https://git.bendn.org/fimg" } pattypan = { git = "https://git.bendn.org/pattypan" } implicit-fn = "0.1.0" ropey = "1.6.1" -softbuffer = "0.4.6" -swash = "0.2.5" +softbuffer = "0.4.8" +swash = "0.2.7" winit = "0.31.0-beta.2" -tree-sitter = "0.25.0" -memchr = "2.7.5" -lower = "0.2.0" +tree-sitter = "0.25.10" +memchr = "2.8.1" +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.0" -regex = { version = "1.11.3", features = ["unstable", "use_std"] } +clipp = "0.1.1" +regex = { version = "1.12.3", features = ["unstable", "use_std"] } tree-house = { version = "0.3.0", features = ["fixtures"] } # for tree house grammar loading @@ -36,30 +36,30 @@ rust-analyzer = { git = "https://git.bendn.org/rust-analyzer" } # lsp-server = { path = "../rust-analyzer/lib/lsp-server" } # rust-analyzer = { path = "../rust-analyzer/crates/rust-analyzer" } -serde_json = "1.0.145" +serde_json = "1.0.150" serde = { version = "1.0.228", features = ["unstable"] } serde_derive = "1.0.228" -log = "0.4.28" +log = "0.4.30" crossbeam = { version = "0.8.4", features = ["nightly", "crossbeam-channel"] } -test-log = "0.2.18" -env_logger = "0.11.8" -url = "2.5.7" -tokio = { version = "1.47.1", features = ["rt-multi-thread", "sync", "time"] } +test-log = "0.2.20" +env_logger = "0.11.10" +url = "2.5.8" +tokio = { version = "1.52.3", features = ["rt-multi-thread", "sync", "time"] } regex-cursor = "0.1.5" -papaya = "0.2.3" +papaya = "0.2.4" markdown = "1.0.0" itertools = "0.14.0" -pin-project = "1.1.10" +pin-project = "1.1.13" replace_with = "0.1.8" nucleo = "0.5.0" -tokio-util = { version = "0.7.17", features = ["rt"] } +tokio-util = { version = "0.7.18", features = ["rt"] } scopeguard = "1.2.0" -arc-swap = "1.7.1" -atools = "0.1.10" +arc-swap = "1.9.1" +atools = "0.1.12" swizzle = "0.1.0" walkdir = "2.5.0" niri = { package = "niri-ipc", version = "25.11.0" } -libc = "0.2.180" +libc = "0.2.186" rustc-hash = "=2.1.1" bendy = { version = "0.6.1", features = ["serde"] } git2 = "0.20.4" |