Skip to content

Commit

Permalink
Bump log to 0.4.22
Browse files Browse the repository at this point in the history
Summary: Importing a new third party library (later in the stack) bumped this widely used crate so I figured it'd be wise to split it out to a separate diff

Reviewed By: capickett

Differential Revision: D59779319

fbshipit-source-id: 403dd2e1d24bc1dfee6a0a40d50fc1078cc19452
  • Loading branch information
calebho authored and facebook-github-bot committed Jul 17, 2024
1 parent 245f60f commit dd39db9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -19,7 +19,7 @@ globset = { version = "0.4.13", features = ["serde1"] }
ignore = "0.4"
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
itertools = "0.11.0"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
log = { version = "0.4.22", features = ["kv_unstable", "kv_unstable_std"] }
measure_time = "0.8.2"
monostate = "0.1.8"
nom = "7.1"
Expand Down

0 comments on commit dd39db9

Please sign in to comment.