File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,12 @@ unstable = []
2121[dependencies ]
2222async-trait = " ^0.1"
2323bytes = " ^1.6"
24- chrono = { version = " ^0.4" , default-features = false , features = [ " std " ] }
24+ chrono = { version = " ^0.4" , default-features = false , features = [] }
2525derive_builder = " ^0.20"
2626encoding = " ^0.2"
27- futures = " ^0.3"
2827hex = " ^0.4"
2928hmac = " ^0.12"
3029http = " ^1.1"
31- hyper = " ^1.4"
3230lazy_static = " ^1.5"
3331log = " ^0.4"
3432regex = " ^1.10"
Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ pub use {
136136 error:: * ,
137137 signature:: * ,
138138 signing_key:: * ,
139+ scratchstack_arn as arn,
140+ scratchstack_errors as errors,
141+ scratchstack_aws_principal as principal,
139142} ;
140143
141144#[ doc( inline) ]
You can’t perform that action at this time.
0 commit comments