Update the test lockfiles

This commit is contained in:
Arpad Borsos
2025-06-20 09:12:23 +02:00
parent 9d47c6ad4b
commit 901019c0f8
6 changed files with 2020 additions and 935 deletions
+891 -487
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -14,4 +14,4 @@ watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102
trybuild = "1"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.5.4"
tikv-jemallocator = "0.6.0"
+1125 -445
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"crates/one",
"crates/two",
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.11.0"
reqwest = "0.12"
async-std = "1"
tracing = "0.1"
tracing-futures = "0.2"
+1 -1
View File
@@ -5,4 +5,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = "3"
clap = "4"