Skip to content

Commit

Permalink
fix: change time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dracarys18 committed Apr 22, 2024
1 parent 280852e commit dfd6b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common_utils/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ serde_urlencoded = "0.7.1"
signal-hook = { version = "0.3.17", optional = true }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.58"
time = { version = "0.3.35", features = ["serde", "serde-well-known", "std"] }
time = { git = "https://github.com/dracarys18/time.git", features = ["serde", "serde-well-known", "std"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"], optional = true }
semver = { version = "1.0.22", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v7"] }
Expand Down

0 comments on commit dfd6b30

Please sign in to comment.