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

Commit a0f92c1

Browse files
fix(deps): update rust crate serde_json to v1.0.139
1 parent 0e788c9 commit a0f92c1

File tree

2 files changed

+145
-30
lines changed

2 files changed

+145
-30
lines changed

Cargo.lock

+143-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = "2021"
77

88
[dependencies]
99
aes = "0.8.4"
10-
anyhow = "1.0.86"
1110
axum = "0.7.5"
1211
axum-core = "0.4.3"
1312
axum-extra = { version = "0.9.3", features = [
@@ -26,7 +25,6 @@ chrono = { version = "0.4.38", features = ["serde"] }
2625
futures = "0.3.30"
2726
hex = { version = "0.4.3", features = ["serde"] }
2827
jsonwebtoken = "9.3.0"
29-
magic = "0.16.2"
3028
mongodb = { version = "2.8.2", features = ["async-std"] }
3129
once_cell = "1.19.0"
3230
pem = { version = "3.0.4", features = ["serde"] }
@@ -35,7 +33,7 @@ pyo3 = { version = "0.21.2", features = ["auto-initialize"] }
3533
rand = "0.8.5"
3634
reqwest = "0.12.3"
3735
rsa = "0.9.6"
38-
serde = { version = "1.0.198", features = ["derive"] }
36+
serde = "1.0.198"
3937
serde_json = "1.0.116"
4038
serde_qs = { version = "0.13.0", features = ["axum"] }
4139
socketioxide = { version = "0.12.0", features = [
@@ -57,6 +55,7 @@ tracing-subscriber = { version = "0.3.18", features = [
5755
"regex",
5856
] }
5957
uuid = { version = "1.8.0", features = ["v1", "v4", "serde"] }
58+
xlsxwriter = "0.6.0"
6059
zerocopy = "0.7.32"
6160

6261
[profile.release]

0 commit comments

Comments
 (0)