Skip to content

Commit

Permalink
Bump the minor-patches group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 1 update: [tracing](https://github.com/tokio-rs/tracing).

- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.39...tracing-0.1.40)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Dr-Emann committed Oct 23, 2023
1 parent 18f8bdb commit f6577af
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 crates/applesauce-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ system-lzfse = ["lzfse"]
[dependencies]
libc = "0.2.149"
memchr = "2.6"
tracing = "0.1.39"
tracing = "0.1.40"

flate2 = { version = "1.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libc = "0.2.149"
memchr = "2.6"
oneshot = "0.1.6"
tempfile = "3.8.0"
tracing = "0.1.39"
tracing = "0.1.40"
walkdir = "2.4.0"

flate2 = { version = "1.0", optional = true }
Expand Down

0 comments on commit f6577af

Please sign in to comment.