Skip to content

Commit b78ea51

Browse files
Update Rust crate ureq to v2.11.0
1 parent 39e8b41 commit b78ea51

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

src/Cargo.lock

Lines changed: 34 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.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
18+
tokio = { version = "1.33", 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" }

0 commit comments

Comments
 (0)