Skip to content

Commit

Permalink
Bump log from 0.4.22 to 0.4.25 (#500)
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.25.
- [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.22...0.4.25)

---
updated-dependencies:
- dependency-name: log
  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>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 6763ef2 commit 85a32c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kcl-lib = { version = "0.2.29", default-features = false, features = [
#kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["cli", "engine", "disable-println"] }
kittycad = "0.3.28"
lazy_static = "1.5.0"
log = { version = "0.4.22", features = ["serde"] }
log = { version = "0.4.25", features = ["serde"] }
slog = "2.7.0"
slog-async = "2.8.0"
slog-json = "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion release/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
anyhow = "1.0.95"
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "unicode"] }
flate2 = "1.0.35"
log = { version = "0.4.22", features = ["serde"] }
log = { version = "0.4.25", features = ["serde"] }
slog = "2.7.0"
slog-async = "2.8.0"
slog-json = "2.6.1"
Expand Down

0 comments on commit 85a32c6

Please sign in to comment.