@@ -11,7 +11,7 @@ include = [ "src/" ]
11
11
built = { version = " 0.7.1" , features = [" git2" ] }
12
12
13
13
[dependencies ]
14
- hyper = { version = " 1.1 .0" , features = [" full" ] }
14
+ hyper = { version = " 1.2 .0" , features = [" full" ] }
15
15
http-body-util = " 0.1"
16
16
hyper-util = { version = " 0.1" , features = [" full" ] }
17
17
hyper-timeout = " 0.5.1"
@@ -20,12 +20,12 @@ log = "0.4"
20
20
log4rs = " 1"
21
21
hocon = " 0.9"
22
22
sha2 = " 0.10"
23
- base64 = " 0.21.7 "
23
+ base64 = " 0.22.0 "
24
24
hyper-tls = " 0.6.0"
25
25
serde = { version = " 1" , features = [" derive" ] }
26
26
serde_json = " 1"
27
27
chrono = " 0.4"
28
- uuid = { version = " 1.1 " , features = [" serde" , " v4" ] }
28
+ uuid = { version = " 1.7.0 " , features = [" serde" , " v4" ] }
29
29
prometheus = { version = " 0.13" , features = [" process" ] }
30
30
lazy_static = " 1.4"
31
31
async-trait = " 0.1"
@@ -43,10 +43,10 @@ native-tls = "0.2"
43
43
tokio-postgres = { version =" 0.7" , features =[" with-chrono-0_4" ] }
44
44
45
45
# deps for aws
46
- aws-config = { version = " 1.1.6 " , features = [" behavior-version-latest" ] }
47
- aws-sdk-rekognition = " 1.15 .0"
48
- aws-sdk-s3 = " 1.16 .0"
49
- aws-types = " 1.1.6 "
46
+ aws-config = { version = " 1.1.7 " , features = [" behavior-version-latest" ] }
47
+ aws-sdk-rekognition = " 1.16 .0"
48
+ aws-sdk-s3 = " 1.17 .0"
49
+ aws-types = " 1.1.7 "
50
50
51
51
[target .'cfg(not(target_env = "msvc"))' .dependencies ]
52
52
tikv-jemallocator = { version =" 0.5" , features =[ " background_threads_runtime_support" , " background_threads" ] }
0 commit comments