Skip to content

Commit

Permalink
fix(deps): update rust crate zerocopy to v0.7.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 0e788c9 commit 1295a96
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 31 deletions.
171 changes: 143 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2021"

[dependencies]
aes = "0.8.4"
anyhow = "1.0.86"
axum = "0.7.5"
axum-core = "0.4.3"
axum-extra = { version = "0.9.3", features = [
Expand All @@ -26,7 +25,6 @@ chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.30"
hex = { version = "0.4.3", features = ["serde"] }
jsonwebtoken = "9.3.0"
magic = "0.16.2"
mongodb = { version = "2.8.2", features = ["async-std"] }
once_cell = "1.19.0"
pem = { version = "3.0.4", features = ["serde"] }
Expand All @@ -35,7 +33,7 @@ pyo3 = { version = "0.21.2", features = ["auto-initialize"] }
rand = "0.8.5"
reqwest = "0.12.3"
rsa = "0.9.6"
serde = { version = "1.0.198", features = ["derive"] }
serde = "1.0.198"
serde_json = "1.0.116"
serde_qs = { version = "0.13.0", features = ["axum"] }
socketioxide = { version = "0.12.0", features = [
Expand All @@ -57,6 +55,7 @@ tracing-subscriber = { version = "0.3.18", features = [
"regex",
] }
uuid = { version = "1.8.0", features = ["v1", "v4", "serde"] }
xlsxwriter = "0.6.0"
zerocopy = "0.7.32"

[profile.release]
Expand Down

0 comments on commit 1295a96

Please sign in to comment.