aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig21
1 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index d99bf18..3c8f287 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,11 +1,11 @@
[package]
name = "async-trait"
-version = "0.1.67"
+version = "0.1.73"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["asynchronous", "no-std"]
description = "Type erasure for async trait methods"
documentation = "https://docs.rs/async-trait"
-edition = "2018"
+edition = "2021"
keywords = ["async"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/async-trait"
@@ -15,16 +15,17 @@ rust-version = "1.56"
proc-macro = true
[dependencies]
-proc-macro2 = "1.0"
-quote = "1.0"
-syn = { version = "2.0", features = ["full", "visit-mut"] }
+proc-macro2 = "1.0.63"
+quote = "1.0.29"
+syn = { version = "2.0.23", features = ["full", "visit-mut"] }
[dev-dependencies]
-futures = "0.3"
-rustversion = "1.0"
-tracing = "0.1.14"
-tracing-attributes = "0.1.14"
-trybuild = { version = "1.0.49", features = ["diff"] }
+futures = "0.3.28"
+rustversion = "1.0.13"
+tracing = "0.1.37"
+tracing-attributes = "0.1.26"
+trybuild = { version = "1.0.81", features = ["diff"] }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+rustdoc-args = ["--generate-link-to-definition"]