|
1 | | -root_name: builder, build_common, tools, datadog-alloc, datadog-crashtracker, ddcommon, ddtelemetry, datadog-ddsketch, datadog-crashtracker-ffi, ddcommon-ffi, datadog-ipc, datadog-ipc-macros, tarpc, tarpc-plugins, tinybytes, spawn_worker, cc_utils, datadog-library-config, datadog-library-config-ffi, datadog-live-debugger, datadog-live-debugger-ffi, datadog-profiling, datadog-profiling-protobuf, datadog-profiling-ffi, data-pipeline-ffi, data-pipeline, datadog-trace-protobuf, datadog-trace-utils, datadog-trace-normalization, dogstatsd-client, ddtelemetry-ffi, symbolizer-ffi, datadog-profiling-replayer, datadog-remote-config, datadog-sidecar, datadog-sidecar-macros, datadog-sidecar-ffi, datadog-trace-obfuscation, datadog-tracer-flare, sidecar_mockgen, test_spawn_from_lib |
| 1 | +root_name: builder, build_common, tools, datadog-alloc, datadog-crashtracker, ddcommon, ddtelemetry, datadog-ddsketch, datadog-crashtracker-ffi, ddcommon-ffi, datadog-ipc, datadog-ipc-macros, tarpc, tarpc-plugins, tinybytes, spawn_worker, cc_utils, datadog-library-config, datadog-library-config-ffi, datadog-live-debugger, datadog-live-debugger-ffi, datadog-profiling, datadog-profiling-protobuf, datadog-profiling-ffi, data-pipeline-ffi, data-pipeline, datadog-trace-protobuf, datadog-trace-utils, datadog-trace-normalization, dogstatsd-client, datadog-log-ffi, datadog-log, ddtelemetry-ffi, symbolizer-ffi, datadog-profiling-replayer, datadog-remote-config, datadog-sidecar, datadog-sidecar-macros, datadog-sidecar-ffi, datadog-trace-obfuscation, datadog-tracer-flare, sidecar_mockgen, test_spawn_from_lib |
2 | 2 | third_party_libraries: |
3 | 3 | - package_name: addr2line |
4 | 4 | package_version: 0.24.2 |
@@ -32012,7 +32012,39 @@ third_party_libraries: |
32012 | 32012 | IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
32013 | 32013 | DEALINGS IN THE SOFTWARE. |
32014 | 32014 | - package_name: tracing |
32015 | | - package_version: 0.1.40 |
| 32015 | + package_version: 0.1.41 |
| 32016 | + repository: https://github.com/tokio-rs/tracing |
| 32017 | + license: MIT |
| 32018 | + licenses: |
| 32019 | + - license: MIT |
| 32020 | + text: | |
| 32021 | + Copyright (c) 2019 Tokio Contributors |
| 32022 | + |
| 32023 | + Permission is hereby granted, free of charge, to any |
| 32024 | + person obtaining a copy of this software and associated |
| 32025 | + documentation files (the "Software"), to deal in the |
| 32026 | + Software without restriction, including without |
| 32027 | + limitation the rights to use, copy, modify, merge, |
| 32028 | + publish, distribute, sublicense, and/or sell copies of |
| 32029 | + the Software, and to permit persons to whom the Software |
| 32030 | + is furnished to do so, subject to the following |
| 32031 | + conditions: |
| 32032 | + |
| 32033 | + The above copyright notice and this permission notice |
| 32034 | + shall be included in all copies or substantial portions |
| 32035 | + of the Software. |
| 32036 | + |
| 32037 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF |
| 32038 | + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED |
| 32039 | + TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A |
| 32040 | + PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT |
| 32041 | + SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 32042 | + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 32043 | + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR |
| 32044 | + IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 32045 | + DEALINGS IN THE SOFTWARE. |
| 32046 | +- package_name: tracing-appender |
| 32047 | + package_version: 0.2.3 |
32016 | 32048 | repository: https://github.com/tokio-rs/tracing |
32017 | 32049 | license: MIT |
32018 | 32050 | licenses: |
@@ -32044,7 +32076,7 @@ third_party_libraries: |
32044 | 32076 | IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
32045 | 32077 | DEALINGS IN THE SOFTWARE. |
32046 | 32078 | - package_name: tracing-attributes |
32047 | | - package_version: 0.1.27 |
| 32079 | + package_version: 0.1.28 |
32048 | 32080 | repository: https://github.com/tokio-rs/tracing |
32049 | 32081 | license: MIT |
32050 | 32082 | licenses: |
@@ -32076,7 +32108,7 @@ third_party_libraries: |
32076 | 32108 | IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
32077 | 32109 | DEALINGS IN THE SOFTWARE. |
32078 | 32110 | - package_name: tracing-core |
32079 | | - package_version: 0.1.32 |
| 32111 | + package_version: 0.1.33 |
32080 | 32112 | repository: https://github.com/tokio-rs/tracing |
32081 | 32113 | license: MIT |
32082 | 32114 | licenses: |
@@ -32139,8 +32171,40 @@ third_party_libraries: |
32139 | 32171 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR |
32140 | 32172 | IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
32141 | 32173 | DEALINGS IN THE SOFTWARE. |
| 32174 | +- package_name: tracing-serde |
| 32175 | + package_version: 0.2.0 |
| 32176 | + repository: https://github.com/tokio-rs/tracing |
| 32177 | + license: MIT |
| 32178 | + licenses: |
| 32179 | + - license: MIT |
| 32180 | + text: | |
| 32181 | + Copyright (c) 2019 Tokio Contributors |
| 32182 | + |
| 32183 | + Permission is hereby granted, free of charge, to any |
| 32184 | + person obtaining a copy of this software and associated |
| 32185 | + documentation files (the "Software"), to deal in the |
| 32186 | + Software without restriction, including without |
| 32187 | + limitation the rights to use, copy, modify, merge, |
| 32188 | + publish, distribute, sublicense, and/or sell copies of |
| 32189 | + the Software, and to permit persons to whom the Software |
| 32190 | + is furnished to do so, subject to the following |
| 32191 | + conditions: |
| 32192 | + |
| 32193 | + The above copyright notice and this permission notice |
| 32194 | + shall be included in all copies or substantial portions |
| 32195 | + of the Software. |
| 32196 | + |
| 32197 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF |
| 32198 | + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED |
| 32199 | + TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A |
| 32200 | + PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT |
| 32201 | + SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 32202 | + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 32203 | + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR |
| 32204 | + IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 32205 | + DEALINGS IN THE SOFTWARE. |
32142 | 32206 | - package_name: tracing-subscriber |
32143 | | - package_version: 0.3.18 |
| 32207 | + package_version: 0.3.19 |
32144 | 32208 | repository: https://github.com/tokio-rs/tracing |
32145 | 32209 | license: MIT |
32146 | 32210 | licenses: |
|
0 commit comments