forked from spacebar/rust-nex
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bbc6c41c0 |
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2440,7 +2440,7 @@ dependencies = [
|
||||||
"rc4",
|
"rc4",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sha2 0.10.9",
|
"sha2 0.11.0",
|
||||||
"simplelog",
|
"simplelog",
|
||||||
"sqlx",
|
"sqlx",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ sqlx = { version = "0.8.6", optional = true, features = ["postgres", "runtime-to
|
||||||
aws-sdk-s3 = { version = "1.129.0", optional = true }
|
aws-sdk-s3 = { version = "1.129.0", optional = true }
|
||||||
aws-config = { version = "1.8.15", optional = true }
|
aws-config = { version = "1.8.15", optional = true }
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
sha2 = "0.10.9"
|
sha2 = "0.11.0"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
futures = "0.3.32"
|
futures = "0.3.32"
|
||||||
async-trait = "0.1.89"
|
async-trait = "0.1.89"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue