diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-17 01:39:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 01:39:42 +0000 |
| commit | b398a1bbfac3915258102c4553e4579b85ba7860 (patch) | |
| tree | deb5242c0d6fac73259f7251408379098d6cf42a /server/Cargo.lock | |
| parent | fb9af25ef9073c13e97758165a49ce0d48fda193 (diff) | |
| download | shorest-b398a1bbfac3915258102c4553e4579b85ba7860.tar.zst shorest-b398a1bbfac3915258102c4553e4579b85ba7860.zip | |
Bump thread_local from 1.1.0 to 1.1.4 in /server dependabot/cargo/server/thread_local-1.1.4
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.0 to 1.1.4. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.0...1.1.4) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'server/Cargo.lock')
| -rw-r--r-- | server/Cargo.lock | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/server/Cargo.lock b/server/Cargo.lock index 2d51966..e2dd077 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.3.0" @@ -1676,11 +1678,11 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.0" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447" +checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ - "lazy_static", + "once_cell", ] [[package]] |
