Skip to content

Commit

Permalink
Merge pull request #7 from noctisynth/feat-middleware
Browse files Browse the repository at this point in the history
chore(deps): update dependencies
  • Loading branch information
fu050409 authored Feb 13, 2024
2 parents 61902a1 + bd682b0 commit 21fbe82
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 85 deletions.
71 changes: 34 additions & 37 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1", features = ["full"] }
elliptic-curve = { version = "0.13", features = ["sec1"] }
p256 = { version = "0.13", features = ["ecdh"] }
rand = "0.8"
Expand All @@ -22,3 +22,6 @@ thiserror = "1"

[lib]
name = "oblivion"

[profile.release]
lto = true
64 changes: 26 additions & 38 deletions oblivion-codegen/Cargo.lock

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

6 changes: 3 additions & 3 deletions oblivion-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = "0.3.29"
quote = "1.0"
futures = "0.3"
quote = "1"
proc-macro2 = "1"
syn = { version = "2.0", features = ["full"] }
syn = { version = "2", features = ["full"] }

[lib]
bin = "oblivion_codegen"
Expand Down
Loading

0 comments on commit 21fbe82

Please sign in to comment.