Skip to content

Commit 7a3071f

Browse files
committed
Update dependencies for PyO3 and pyo3-log
1 parent b6255e5 commit 7a3071f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cel"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,8 +9,8 @@ name = "cel"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.25.0", features = ["chrono", "py-clone"]}
12+
pyo3 = { version = "0.25.1", features = ["chrono", "py-clone"]}
1313
cel-interpreter = { version = "0.10.0", features = ["chrono", "json", "regex"] }
1414
log = "0.4.27"
15-
pyo3-log = "0.12.1"
15+
pyo3-log = "0.12.4"
1616
chrono = { version = "0.4.41", features = ["serde"] }

0 commit comments

Comments
 (0)