diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-26 16:34:40 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-26 16:34:40 +0100 |
commit | f7cd4eb60093910fe23745fce69db49fce591c32 (patch) | |
tree | 9d219453954f7616874d7bfa76e93fa843dfaa4e /Cargo.lock | |
parent | cdde0f19ee37848370d4a138d95c55bfaca820ed (diff) | |
parent | 95eb8808e8ede5439cf6352ce4f9a148fac2f236 (diff) | |
download | garage-f7cd4eb60093910fe23745fce69db49fce591c32.tar.gz garage-f7cd4eb60093910fe23745fce69db49fce591c32.zip |
Merge branch 'main' into next-0.10
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1350,6 +1350,7 @@ dependencies = [ "sha2", "static_init", "structopt", + "syslog-tracing", "timeago", "tokio", "toml", @@ -3986,6 +3987,17 @@ dependencies = [ ] [[package]] +name = "syslog-tracing" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "340b1540dcdb6b066bc2966e7974f977ab1a38f21b2be189014ffb0cc2405768" +dependencies = [ + "libc", + "tracing-core", + "tracing-subscriber", +] + +[[package]] name = "system-configuration" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" |