-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from nyx-space/dependabot/cargo/der-0.7.8
Update der requirement from 0.6.1 to 0.7.8
- Loading branch information
Showing
13 changed files
with
167 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
**/*.rs.bk | ||
Cargo.lock | ||
.env | ||
.venv | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hifitime" | ||
version = "3.8.6" | ||
version = "3.8.7" | ||
authors = ["Christopher Rabotin <[email protected]>"] | ||
description = "Ultra-precise date and time handling in Rust for scientific applications with leap second support" | ||
homepage = "https://nyxspace.com/" | ||
|
@@ -20,7 +20,7 @@ name = "hifitime" | |
[dependencies] | ||
serde = { version = "1.0.155", optional = true } | ||
serde_derive = { version = "1.0.155", optional = true } | ||
der = { version = "0.6.1", features = ["derive", "real"], optional = true } | ||
der = { version = "0.7.8", features = ["derive", "real"], optional = true } | ||
pyo3 = { version = "0.20.0", features = ["extension-module"], optional = true } | ||
num-traits = { version = "0.2.15", default-features = false, features = [ | ||
"libm", | ||
|
@@ -34,19 +34,31 @@ tabled = { version = "0.15.0", optional = true } | |
openssl = { version = "0.10", features = ["vendored"], optional = true } | ||
|
||
[target.wasm32-unknown-unknown.dependencies] | ||
js-sys = { version = "0.3"} | ||
wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2"} | ||
web-sys = { version = "0.3", features = ['Window', 'Performance', 'PerformanceTiming'] } | ||
js-sys = { version = "0.3" } | ||
wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2" } | ||
web-sys = { version = "0.3", features = [ | ||
'Window', | ||
'Performance', | ||
'PerformanceTiming', | ||
] } | ||
|
||
[target.wasm32-unknown-emscripten.dependencies] | ||
js-sys = { version = "0.3"} | ||
wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2"} | ||
web-sys = { version = "0.3", features = ['Window', 'Performance', 'PerformanceTiming'] } | ||
js-sys = { version = "0.3" } | ||
wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2" } | ||
web-sys = { version = "0.3", features = [ | ||
'Window', | ||
'Performance', | ||
'PerformanceTiming', | ||
] } | ||
|
||
[target.asmjs-unknown-emscripten.dependencies] | ||
js-sys = { version = "0.3"} | ||
wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2"} | ||
web-sys = { version = "0.3", features = ['Window', 'Performance', 'PerformanceTiming'] } | ||
js-sys = { version = "0.3" } | ||
wasm-bindgen_rs = { package = "wasm-bindgen", version = "0.2" } | ||
web-sys = { version = "0.3", features = [ | ||
'Window', | ||
'Performance', | ||
'PerformanceTiming', | ||
] } | ||
|
||
[dev-dependencies] | ||
serde_json = "1.0.91" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters