Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/Cargo.toml')
| -rw-r--r-- | crates/stdx/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index bfce91b1d3..d3dfdf7eb6 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -10,8 +10,8 @@ rust-version = "1.57" doctest = false [dependencies] -libc = "0.2" -backtrace = { version = "0.3.44", optional = true } +libc = "0.2.121" +backtrace = { version = "0.3.64", optional = true } always-assert = { version = "0.1.2", features = ["log"] } # Think twice before adding anything here |