This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new cd069ea28b Update tracing-log requirement from 0.1 to 0.2 (#4998)
cd069ea28b is described below
commit cd069ea28ba6c0e72487760290e3ffd53ec517b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 26 15:13:18 2023 +0100
Update tracing-log requirement from 0.1 to 0.2 (#4998)
Updates the requirements on
[tracing-log](https://github.com/tokio-rs/tracing) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
-
[Commits](https://github.com/tokio-rs/tracing/compare/tracing-log-0.1.0...tracing-log-0.2.0)
---
updated-dependencies:
- dependency-name: tracing-log
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
arrow-flight/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 70227eedea..1bea347c30 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -51,7 +51,7 @@ tonic = { version = "0.10.0", default-features = false,
features = ["transport",
# CLI-related dependencies
anyhow = { version = "1.0", optional = true }
clap = { version = "4.4.6", default-features = false, features = ["std",
"derive", "env", "help", "error-context", "usage", "wrap_help", "color",
"suggestions"], optional = true }
-tracing-log = { version = "0.1", optional = true }
+tracing-log = { version = "0.2", optional = true }
tracing-subscriber = { version = "0.3.1", default-features = false, features =
["ansi", "env-filter", "fmt"], optional = true }
[package.metadata.docs.rs]