Skip to content

Commit

Permalink
Bump jiff from 0.1.15 to 0.1.16 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 7c6be4d commit f58c0ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ bytes = "1.9.0"
dirs = { version = "5.0.1", features = [] }
heck = "0.5.0"
http = "1.2.0"
jiff = "0.1.15"
jiff = "0.1.16"
jiter = { version = "0.8.2", features = ["python"] }
pyo3 = { version = "0.23.3", features = ["experimental-inspect", "num-bigint"] }
pyo3-async-runtimes = { version = "0.23", features = ["attributes", "tokio-runtime"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-jiff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
repository.workspace = true

[dependencies]
jiff = { version = "0.1.15", features = ["default", "serde"] }
jiff = { version = "0.1.16", features = ["default", "serde"] }
ryo3-std = { workspace = true }
pyo3 = { workspace = true, features = ["experimental-inspect"] }
ryo3-macros.workspace = true
Expand Down

0 comments on commit f58c0ee

Please sign in to comment.