Skip to content

Commit

Permalink
Bump the minor-patches group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patches group with 2 updates: [tracing](https://github.com/tokio-rs/tracing) and [flate2](https://github.com/rust-lang/flate2-rs).


Updates `tracing` from 0.1.37 to 0.1.39
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.39)

Updates `flate2` from 1.0.27 to 1.0.28
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.27...1.0.28)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: flate2
  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 Oct 16, 2023
1 parent 34b5b67 commit 35a7104
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 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.36"
tracing = "0.1.39"

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.36"
tracing = "0.1.39"
walkdir = "2.4.0"

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

0 comments on commit 35a7104

Please sign in to comment.