Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1From 7dbff0777c4364eec68cf90488d99f06b11dfa98 Mon Sep 17 00:00:00 2001
2From: Felix Buehler <account@buehler.rocks>
3Date: Tue, 8 Oct 2024 23:49:40 +0200
4Subject: [PATCH] build: Bump time from 0.3.34 to 0.3.36 in /backend
5
6---
7 backend/Cargo.lock | 8 ++++----
8 backend/Cargo.toml | 2 +-
9 2 files changed, 5 insertions(+), 5 deletions(-)
10
11diff --git a/backend/Cargo.lock b/backend/Cargo.lock
12index dc3ac0d4..571bd845 100644
13--- a/backend/Cargo.lock
14+++ b/backend/Cargo.lock
15@@ -4771,9 +4771,9 @@ dependencies = [
16
17 [[package]]
18 name = "time"
19-version = "0.3.34"
20+version = "0.3.36"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22-checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
23+checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
24 dependencies = [
25 "deranged",
26 "itoa 1.0.10",
27@@ -4792,9 +4792,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
28
29 [[package]]
30 name = "time-macros"
31-version = "0.2.17"
32+version = "0.2.18"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34-checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
35+checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
36 dependencies = [
37 "num-conv",
38 "time-core",
39diff --git a/backend/Cargo.toml b/backend/Cargo.toml
40index 2a689961..3d198dff 100644
41--- a/backend/Cargo.toml
42+++ b/backend/Cargo.toml
43@@ -49,7 +49,7 @@ r2d2 = "0.8.10"
44 r2d2_sqlite = "0.21.0"
45 toml = "0.7"
46 rand = "0.8.5"
47-time = "0.3.34"
48+time = "0.3.36"
49 sys-locale = "0.3.0"
50 uuid = "1.4.1"
51 rlimit = "0.10.1"