Skip to content

Commit f24fb1d

Browse files
committed
cargo audit
1 parent 5045c96 commit f24fb1d

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ slog-stdlog = "4.1"
9191
slog-term = "2.6"
9292
tokio = "1"
9393
thiserror = "1.0.26"
94+
time = "0.3.47"
9495
utoipa = "5.4.0"
9596
utoipa-swagger-ui = { version = "9", features = ["actix-web"] }
9697
uuid = { version = "1.11", features = ["serde", "v4"] }

syncserver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ syncserver-db-common = { path = "../syncserver-db-common" }
4646
syncserver-settings = { path = "../syncserver-settings" }
4747
syncstorage-db = { path = "../syncstorage-db" }
4848
syncstorage-settings = { path = "../syncstorage-settings" }
49-
time = "^0.3"
49+
time.workspace = true
5050
tokenserver-auth = { path = "../tokenserver-auth" }
5151
tokenserver-common = { path = "../tokenserver-common" }
5252
tokenserver-db = { path = "../tokenserver-db" }

syncstorage-settings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ rand.workspace=true
1010
serde.workspace=true
1111

1212
syncserver-common = { path = "../syncserver-common" }
13-
time = "^0.3"
13+
time.workspace = true

0 commit comments

Comments
 (0)