Skip to content

chore(deps): bump ristretto_classfile from 0.25.0 to 0.31.0#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ristretto_classfile-0.31.0
Open

chore(deps): bump ristretto_classfile from 0.25.0 to 0.31.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ristretto_classfile-0.31.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps ristretto_classfile from 0.25.0 to 0.31.0.

Release notes

Sourced from ristretto_classfile's releases.

v0.31.0

Added

  • add jpms support
  • implement jit instructions getstatic, putstatic, getfield, putfield, new, anewarray, athrow, checkcast, instanceof, and multianewarray
  • add array and object support to JIT
  • implement sun/misc/Version
  • implement sun/nio/fs
  • implement java/nio/MappedByteBuffer
  • implement sockets

Fixed

  • correct windows socket io
  • account for long/double slots and return values in invoke* stack_delta
  • correct module support on windows
  • correct macos locale detection
  • create lightweight class loading mode
  • throw java.lang.UnsatisfiedLinkError native method is not found
  • correct java/io/UnixFileSystem.canonicalize0(Ljava/lang/String;)Ljava/lang/String;
  • correct GC memory leak
  • correct windows file io
  • set declaringClassObject on java/lang/StackTraceElement
  • correct java/lang/Class.forName0(...) support for custom class loaders
  • correct primordial thread name

Other

  • update to rust 1.95.0
  • reduce memory utilization of Instruction
  • add ci tests for riscv64gc-unknown-linux-gnu
  • add intrinsic methods for all supported OS version combinations
  • update to java 25.0.3.9.1
  • enable clippy linting for wasm builds
  • remove gc benchmarks
  • update GC test to be deterministic
  • update dependencies
  • add ci tests for s390x-unknown-linux-gnu

v0.30.0

Added

  • implement sockets
  • implement java/lang/Class.getProtectionDomain0()Ljava/security/ProtectionDomain;
  • implement jdk/internal/jimage/NativeImageBuffer.getNativeMap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
  • implement java/util/jar/JarFile
  • implement java/util/zip/ZipFile
  • implement java/lang/ProcessBuilder
  • implement java/lang/Compiler
  • implement jdk/internal/perf/Perf
  • implement sun/nio/fs/WindowsNativeDispatcher
  • implement java/lang/invoke/VarHandle
  • implement threading
  • implement java/lang/Package

... (truncated)

Changelog

Sourced from ristretto_classfile's changelog.

ristretto_pom - 0.31.0 - 2026-05-03

Added

  • implement sockets

ristretto_cli - 0.31.0 - 2026-05-03

Added

  • add jpms support
  • implement jit instructions getstatic, putstatic, getfield, putfield, new, anewarray, athrow, checkcast, instanceof, and multianewarray
  • add array and object support to JIT
  • implement sun/misc/Version
  • implement sun/nio/fs
  • implement java/nio/MappedByteBuffer
  • implement sockets

Fixed

  • correct windows socket io
  • account for long/double slots and return values in invoke* stack_delta
  • correct module support on windows
  • correct macos locale detection
  • create lightweight class loading mode
  • throw java.lang.UnsatisfiedLinkError native method is not found
  • correct java/io/UnixFileSystem.canonicalize0(Ljava/lang/String;)Ljava/lang/String;
  • correct GC memory leak
  • correct windows file io
  • set declaringClassObject on java/lang/StackTraceElement
  • correct java/lang/Class.forName0(...) support for custom class loaders
  • correct primordial thread name

Other

  • update to rust 1.95.0
  • reduce memory utilization of Instruction
  • add ci tests for riscv64gc-unknown-linux-gnu
  • add intrinsic methods for all supported OS version combinations
  • update to java 25.0.3.9.1
  • enable clippy linting for wasm builds
  • remove gc benchmarks
  • update GC test to be deterministic
  • update dependencies
  • add ci tests for s390x-unknown-linux-gnu

ristretto_vm - 0.31.0 - 2026-05-03

Added

  • implement jit instructions getstatic, putstatic, getfield, putfield, new, anewarray, athrow, checkcast, instanceof, and multianewarray
  • add array and object support to JIT
  • add jpms support

Fixed

... (truncated)

Commits
  • 2262880 fix: publish ristretto_test_util
  • 24e7690 Merge pull request #700 from theseus-rs/release-plz-2026-03-26T02-38-50Z
  • f8bef60 ristretto-v0.31.0
  • 38e95ad Merge pull request #741 from theseus-rs/impl-windows-process
  • 1283e47 Merge pull request #731 from theseus-rs/add-wasi-tests
  • e991602 feat: implement java/lang/ProcessImpl for windows
  • 666c189 test: initial wasm32-wasip2 tests
  • de0b3a8 Merge pull request #739 from theseus-rs/update-cranelift
  • 31679b7 Merge pull request #738 from theseus-rs/fix-windows-modules
  • 4ed6501 chore: update to cranelift=0.131.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ristretto_classfile](https://github.com/theseus-rs/ristretto) from 0.25.0 to 0.31.0.
- [Release notes](https://github.com/theseus-rs/ristretto/releases)
- [Changelog](https://github.com/theseus-rs/ristretto/blob/main/CHANGELOG.md)
- [Commits](theseus-rs/ristretto@v0.25.0...v0.31.0)

---
updated-dependencies:
- dependency-name: ristretto_classfile
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants