Skip to content

Commit 210d5f1

Browse files
Bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [itertools](https://github.com/rust-itertools/itertools), [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark), [tabled](https://github.com/zhiburt/tabled) and [test-context](https://github.com/JasterV/test-context). Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0) Updates `pulldown-cmark` from 0.9.6 to 0.13.0 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.9.6...v0.13.0) Updates `tabled` from 0.18.0 to 0.19.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `test-context` from 0.1.6 to 0.4.1 - [Release notes](https://github.com/JasterV/test-context/releases) - [Commits](https://github.com/JasterV/test-context/commits) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pulldown-cmark dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tabled dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: test-context dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4286e1 commit 210d5f1

File tree

2 files changed

+84
-17
lines changed

2 files changed

+84
-17
lines changed

Cargo.lock

Lines changed: 80 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures = "0.3"
2121
git_rev = "0.1.0"
2222
heck = "0.5.0"
2323
http = "1"
24-
itertools = "0.12.1"
24+
itertools = "0.13.0"
2525
kcl-lib = { version = "0.2.64", features = ["disable-println"] }
2626
#kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl" }
2727
kcl-test-server = "0.1.64"
@@ -34,7 +34,7 @@ num-traits = "0.2.19"
3434
oauth2 = "4.4.2"
3535
open = "5.3.2"
3636
parse-display = "0.10.0"
37-
pulldown-cmark = "0.9.2"
37+
pulldown-cmark = "0.13.0"
3838
pulldown-cmark-to-cmark = "11.0.2"
3939
regex = "1"
4040
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
@@ -48,7 +48,7 @@ slog-async = "2"
4848
slog-scope = "4"
4949
slog-stdlog = "4"
5050
slog-term = "2"
51-
tabled = { version = "0.18.0", features = ["ansi"] }
51+
tabled = { version = "0.19.0", features = ["ansi"] }
5252
tabwriter = "1.4.1"
5353
terminal_size = "0.4.2"
5454
thiserror = "2"
@@ -70,7 +70,7 @@ futures = "0.3"
7070
pretty_assertions = "1"
7171
serial_test = "3.2.0"
7272
tempfile = "3.19.1"
73-
test-context = "0.1.4"
73+
test-context = "0.4.1"
7474

7575
[workspace]
7676
members = [

0 commit comments

Comments
 (0)