Skip to content

Commit b793af5

Browse files
committed
Merge pull-request #473
2 parents ea94d09 + 5e4b54e commit b793af5

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

src/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ qos_hex = { path = "../qos_hex" }
1515
qos_p256 = { path = "../qos_p256", features = ["mock"] }
1616
qos_test_primitives = { path = "../qos_test_primitives" }
1717

18-
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
18+
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
1919
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
2020
nix = { version = "0.26", features = ["socket"], default-features = false }
2121
rustls = { version = "0.23.5" }

src/qos_aws/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qos_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
1111
qos_nsm = { path = "../qos_nsm", default-features = false }
1212

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

1717
# For AWS Nitro

src/qos_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"], default-features = false
1010

1111
# Third party
1212
axum = { version = "0.6.20", features = ["http1", "tokio", "json"], default-features = false }
13-
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
13+
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
1414
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1515
serde_json = { version = "1" }
1616
serde = { version = "1", features = ["derive"], default-features = false }

src/qos_system/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qos_system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish = false
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
libc = "=0.2.148"
10+
libc = "=0.2.149"

0 commit comments

Comments
 (0)