Skip to content

Commit

Permalink
Merge pull-request #473
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorjdawson committed Jul 16, 2024
2 parents ea94d09 + 5e4b54e commit b793af5
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions src/Cargo.lock

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

4 changes: 2 additions & 2 deletions src/init/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ qos_hex = { path = "../qos_hex" }
qos_p256 = { path = "../qos_p256", features = ["mock"] }
qos_test_primitives = { path = "../qos_test_primitives" }

tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
nix = { version = "0.26", features = ["socket"], default-features = false }
rustls = { version = "0.23.5" }
Expand Down
4 changes: 2 additions & 2 deletions src/qos_aws/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/qos_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
qos_nsm = { path = "../qos_nsm", default-features = false }

nix = { version = "0.26", features = ["socket"], default-features = false }
libc = "=0.2.148"
libc = "=0.2.149"
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}

# For AWS Nitro
Expand Down
2 changes: 1 addition & 1 deletion src/qos_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"], default-features = false

# Third party
axum = { version = "0.6.20", features = ["http1", "tokio", "json"], default-features = false }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
serde_json = { version = "1" }
serde = { version = "1", features = ["derive"], default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions src/qos_system/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/qos_system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "=0.2.148"
libc = "=0.2.149"

0 comments on commit b793af5

Please sign in to comment.