Skip to content

Commit 8f7fdd9

Browse files
Update just requirement from =1.40.0 to =1.41.0 (#3326)
Updates the requirements on [just](https://github.com/casey/just) to permit the latest version. - [Release notes](https://github.com/casey/just/releases) - [Changelog](https://github.com/casey/just/blob/master/CHANGELOG.md) - [Commits](casey/just@1.40.0...1.40.0) --- updated-dependencies: - dependency-name: just dependency-version: 1.40.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48f18aa commit 8f7fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ cmake = "0.1.51"
104104
document-features = "0.2.10"
105105
fastbloom = { version = "0.12.0", default-features = false }
106106
hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible
107-
just = "=1.40.0"
107+
just = "=1.41.0"
108108
libc = "0.2.159" # For (*nix) libc
109109
libipt = "0.3.0"
110110
log = "0.4.22"

0 commit comments

Comments
 (0)