Skip to content

Commit e52fb73

Browse files
chaliyclaude
andauthored
chore(deps): upgrade monty to latest main (87f8f31) (#226)
## Summary - Upgrade monty dependency from tag v0.0.7 to rev 87f8f31 (5 commits ahead of v0.0.7 on main) - Key upstream changes: heap refactor removing `take_data!`, pyo3-build-config for ubuntu, REPL improvements - No breaking API changes for bashkit's usage ## Test plan - [x] `cargo build --all-features` passes - [x] `cargo test --all-features` passes (all 1049+ unit tests, integration tests, doc-tests) - [x] `cargo clippy --all-targets --all-features -- -D warnings` clean - [x] `cargo fmt --check` clean --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 26ddade commit e52fb73

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

crates/bashkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ base64 = { workspace = true, optional = true }
6161
tracing = { workspace = true, optional = true }
6262

6363
# Embedded Python interpreter (optional)
64-
monty = { git = "https://github.com/pydantic/monty", tag = "v0.0.7", optional = true }
64+
monty = { git = "https://github.com/pydantic/monty", rev = "87f8f31", optional = true }
6565

6666
[features]
6767
default = []

supply-chain/config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,10 @@ criteria = "safe-to-deploy"
622622
version = "0.11.0"
623623
criteria = "safe-to-run"
624624

625+
[[exemptions.linux-raw-sys]]
626+
version = "0.12.1"
627+
criteria = "safe-to-run"
628+
625629
[[exemptions.litemap]]
626630
version = "0.8.1"
627631
criteria = "safe-to-deploy"
@@ -974,6 +978,10 @@ criteria = "safe-to-deploy"
974978
version = "1.1.3"
975979
criteria = "safe-to-run"
976980

981+
[[exemptions.rustix]]
982+
version = "1.1.4"
983+
criteria = "safe-to-run"
984+
977985
[[exemptions.rustls]]
978986
version = "0.23.36"
979987
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)