Skip to content

Commit ad3ab96

Browse files
Bump log from 0.4.21 to 0.4.22
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. - [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.21...0.4.22) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72de33b commit ad3ab96

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

mesh_to_sdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exclude = ["assets/*", "ARCHITECTURE.md"]
2222
[dependencies]
2323
float-cmp = "0.9.0"
2424
itertools = "0.13.0"
25-
log = "0.4.21"
25+
log = "0.4.22"
2626
ordered-float = "4.2.0"
2727
rayon = "1.10.0"
2828

mesh_to_sdf_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ image = "0.25.1"
4040
pollster = "0.3.0"
4141
egui-wgpu = "0.27.2"
4242
egui-winit = "0.27.2"
43-
log = "0.4.21"
43+
log = "0.4.22"
4444
env_logger = "0.11.3"
4545
cfg-if = "1.0.0"
4646
float-cmp = "0.9.0"

0 commit comments

Comments
 (0)