aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* build(deps): bump gix from 0.47.0 to 0.48.0 (#7531)dependabot[bot]2023-07-04
* build(deps): bump serde from 1.0.164 to 1.0.166 (#7527)dependabot[bot]2023-07-04
* build(deps): bump bitflags from 2.3.2 to 2.3.3 (#7530)dependabot[bot]2023-07-04
* build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)dependabot[bot]2023-07-04
* build(deps): bump tokio from 1.28.2 to 1.29.1 (#7528)dependabot[bot]2023-07-04
* build(deps): bump libc from 0.2.146 to 0.2.147 (#7463)dependabot[bot]2023-06-27
* build(deps): bump serde_json from 1.0.97 to 1.0.99 (#7462)dependabot[bot]2023-06-27
* build(deps): bump toml from 0.7.4 to 0.7.5 (#7461)dependabot[bot]2023-06-27
* build(deps): bump gix from 0.46.0 to 0.47.0 (#7460)dependabot[bot]2023-06-27
* build(deps): bump bitflags from 2.3.1 to 2.3.2 (#7394)dependabot[bot]2023-06-20
* build(deps): bump serde_json from 1.0.96 to 1.0.97 (#7393)dependabot[bot]2023-06-20
* build(deps): bump libc from 0.2.145 to 0.2.146 (#7327)dependabot[bot]2023-06-13
* build(deps): bump gix from 0.44.1 to 0.46.0 (#7325)dependabot[bot]2023-06-13
* build(deps): bump tempfile from 3.5.0 to 3.6.0 (#7326)dependabot[bot]2023-06-13
* build(deps): bump serde from 1.0.163 to 1.0.164 (#7328)dependabot[bot]2023-06-13
* build(deps): bump log from 0.4.18 to 0.4.19 (#7324)dependabot[bot]2023-06-13
* Check for 'git' before fetching/building grammars (#7320)Michael Davis2023-06-12
* build(deps): bump regex from 1.8.3 to 1.8.4 (#7249)dependabot[bot]2023-06-06
* build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248)dependabot[bot]2023-06-06
* build(deps): bump url from 2.3.1 to 2.4.0 (#7247)dependabot[bot]2023-06-06
* build(deps): bump hashbrown from 0.13.2 to 0.14.0 (#7246)dependabot[bot]2023-06-06
* build(deps): bump chrono from 0.4.25 to 0.4.26 (#7245)dependabot[bot]2023-06-06
* build(deps): bump libc from 0.2.144 to 0.2.145 (#7244)dependabot[bot]2023-06-06
* build(deps): bump log from 0.4.17 to 0.4.18 (#7175)dependabot[bot]2023-05-30
* build(deps): bump once_cell from 1.17.1 to 1.17.2 (#7174)dependabot[bot]2023-05-30
* build(deps): bump tokio from 1.28.1 to 1.28.2 (#7173)dependabot[bot]2023-05-30
* build(deps): bump regex from 1.8.2 to 1.8.3 (#7172)dependabot[bot]2023-05-30
* build(deps): bump chrono from 0.4.24 to 0.4.25 (#7171)dependabot[bot]2023-05-30
* build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)dependabot[bot]2023-05-23
* build(deps): bump toml from 0.7.3 to 0.7.4 (#7120)dependabot[bot]2023-05-23
* build(deps): bump regex from 1.8.1 to 1.8.2 (#7119)dependabot[bot]2023-05-23
* build(deps): bump pulldown-cmark from 0.9.2 to 0.9.3 (#7118)dependabot[bot]2023-05-23
* build(deps): bump serde from 1.0.162 to 1.0.163 (#7056)dependabot[bot]2023-05-16
* build(deps): bump tokio from 1.28.0 to 1.28.1 (#7057)dependabot[bot]2023-05-16
* build(deps): bump serde from 1.0.160 to 1.0.162 (#7002)dependabot[bot]2023-05-09
* build(deps): bump libc from 0.2.142 to 0.2.144 (#7000)dependabot[bot]2023-05-09
* build(deps): bump termini from 0.1.4 to 1.0.0 (#7001)dependabot[bot]2023-05-09
* build(deps): bump tokio from 1.27.0 to 1.28.0 (#6935)dependabot[bot]2023-05-02
* build(deps): bump tokio-stream from 0.1.12 to 0.1.14 (#6934)dependabot[bot]2023-05-02
* build(deps): bump gix from 0.44.0 to 0.44.1 (#6933)dependabot[bot]2023-05-02
* build(deps): bump anyhow from 1.0.70 to 1.0.71 (#6932)dependabot[bot]2023-05-02
* build(deps): bump etcetera from 0.7.1 to 0.8.0 (#6931)dependabot[bot]2023-05-02
* upgrade gitoxide to v0.44 and change repository discovery to worktree-only (#...Sebastian Thiel2023-04-27
* build(deps): bump etcetera from 0.5.0 to 0.7.1 (#6873)dependabot[bot]2023-04-25
* build(deps): bump libc from 0.2.141 to 0.2.142 (#6872)dependabot[bot]2023-04-25
* build(deps): bump regex from 1.7.3 to 1.8.1 (#6871)dependabot[bot]2023-04-25
* build(deps): bump dunce from 1.0.3 to 1.0.4 (#6870)dependabot[bot]2023-04-25
* build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869)dependabot[bot]2023-04-25
* update dependencies (#6808)Pascal Kuthe2023-04-20
* always build grammars with c++14 and c11 (#6792)Pascal Kuthe2023-04-18