Skip to content

Commit 294245f

Browse files
build(deps): bump log from 0.4.26 to 0.4.27 (#331)
Bumps [log](https://github.com/rust-lang/log) from 0.4.26 to 0.4.27. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.26...0.4.27) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0adaa02 commit 294245f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples
2525
[dependencies]
2626
indexmap = "2.7.0"
2727
# for debug logs in tests
28-
log = "0.4.26"
28+
log = "0.4.27"
2929
priority-queue = "2.3.1"
3030
rustc-hash = "^2.1.1"
3131
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)