Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 218370f

Browse files
Updated deps
1 parent a50f151 commit 218370f

File tree

2 files changed

+37
-31
lines changed

2 files changed

+37
-31
lines changed

Cargo.lock

Lines changed: 30 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = [ "src/" ]
1111
built = { version = "0.7.1", features = ["git2"] }
1212

1313
[dependencies]
14-
hyper = { version = "1.1.0", features = ["full"] }
14+
hyper = { version = "1.2.0", features = ["full"] }
1515
http-body-util = "0.1"
1616
hyper-util = { version = "0.1", features = ["full"] }
1717
hyper-timeout = "0.5.1"
@@ -20,12 +20,12 @@ log = "0.4"
2020
log4rs = "1"
2121
hocon = "0.9"
2222
sha2 = "0.10"
23-
base64 = "0.21.7"
23+
base64 = "0.22.0"
2424
hyper-tls = "0.6.0"
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727
chrono = "0.4"
28-
uuid = { version = "1.1", features = ["serde", "v4"] }
28+
uuid = { version = "1.7.0", features = ["serde", "v4"] }
2929
prometheus = { version = "0.13", features = ["process"] }
3030
lazy_static = "1.4"
3131
async-trait = "0.1"
@@ -43,10 +43,10 @@ native-tls = "0.2"
4343
tokio-postgres = { version="0.7", features=["with-chrono-0_4"] }
4444

4545
# 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"
5050

5151
[target.'cfg(not(target_env = "msvc"))'.dependencies]
5252
tikv-jemallocator = { version="0.5", features=[ "background_threads_runtime_support", "background_threads"] }

0 commit comments

Comments
 (0)