Skip to content

Commit e3c4432

Browse files
build(deps): bump log from 0.4.27 to 0.4.28
Bumps [log](https://github.com/rust-lang/log) from 0.4.27 to 0.4.28. - [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.27...0.4.28) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7183406 commit e3c4432

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

examples/miotcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
mio = { version = "1", features = ["net", "os-poll"] }
88
env_logger = { version = "0.11.2", default-features = false }
9-
log = { version = "0.4.8" }
9+
log = { version = "0.4.28" }
1010

1111
[target.'cfg(target_os = "hermit")'.dependencies]
1212
hermit = { path = "../../hermit", default-features = false }

examples/mioudp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
mio = { version = "1", features = ["net", "os-poll"] }
88
env_logger = { version = "0.11.2", default-features = false }
9-
log = { version = "0.4.8" }
9+
log = { version = "0.4.28" }
1010

1111
[target.'cfg(target_os = "hermit")'.dependencies]
1212
hermit = { path = "../../hermit", default-features = false }

examples/polling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
polling = "3.11"
88
env_logger = { version = "0.11.2", default-features = false }
9-
log = { version = "0.4.8" }
9+
log = { version = "0.4.28" }
1010

1111
[target.'cfg(target_os = "hermit")'.dependencies]
1212
hermit = { path = "../../hermit", default-features = false }

0 commit comments

Comments
 (0)