Skip to content

Commit 8b6c7f4

Browse files
committed
chore: remove chrono dependency
1 parent 3c53a87 commit 8b6c7f4

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 15 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "feature-probe-server-sdk"
4-
version = "1.0.3"
4+
version = "1.0.4"
55
license = "Apache-2.0"
66
authors = ["[email protected]"]
77
description = "FeatureProbe Server Side SDK for Rust"
@@ -27,7 +27,6 @@ event_tokio = ["feature-probe-event-tokio"]
2727
[dependencies]
2828
anyhow = "1.0"
2929
byteorder = "1"
30-
chrono = "0.4"
3130
dashmap = "5.1"
3231
headers = "0.3"
3332
http = "0.2"

0 commit comments

Comments
 (0)