Skip to content

Commit d48a7f5

Browse files
chore(deps): bump the rust-minor-patch group across 1 directory with 2 updates
Bumps the rust-minor-patch group with 2 updates in the / directory: [proptest](https://github.com/proptest-rs/proptest) and [tokio](https://github.com/tokio-rs/tokio). Updates `proptest` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.10.0...v1.11.0) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb40627 commit d48a7f5

3 files changed

Lines changed: 22 additions & 96 deletions

File tree

Cargo.lock

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

crates/mortar_compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chrono.workspace = true
2626

2727
[dev-dependencies]
2828
tempfile = "3.27"
29-
proptest = "1.6"
29+
proptest = "1.11"
3030
arbitrary = { version = "1.4", features = ["derive"] }
3131

3232
[package.metadata.workspaces]

crates/mortar_lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories.workspace = true
1313

1414
[dependencies]
1515
mortar_compiler.workspace = true
16-
tokio = { version = "1.50", features = ["full"] }
16+
tokio = { version = "1.51", features = ["full"] }
1717
tower-lsp-server = "0.22"
1818
async-trait = "0.1"
1919
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)