Skip to content

Commit bdefdd1

Browse files
build(deps): update foreign-types-shared requirement from 0.1.1 to 0.3.1
Updates the requirements on [foreign-types-shared](https://github.com/sfackler/foreign-types) to permit the latest version. - [Release notes](https://github.com/sfackler/foreign-types/releases) - [Commits](https://github.com/sfackler/foreign-types/commits/foreign-types-shared-v0.3.1) --- updated-dependencies: - dependency-name: foreign-types-shared dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01cc053 commit bdefdd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skia-org/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ash = { version = "0.37.0", optional = true }
4545
# need to rename the package because of the feature with the same name.
4646
metal-rs = { package = "metal", version = "0.23.0", optional = true }
4747
# ... to access raw metal ptrs.
48-
foreign-types-shared = { version = "0.1.1", optional = true }
48+
foreign-types-shared = { version = "0.3.1", optional = true }
4949
# ... for that NSAutoReleasePool to be able to free metal devices.
5050
cocoa = { version = "0.24", optional = true }
5151
objc = { version = "0.2.4", optional = true }

skia-safe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ winit = "0.27.0"
7373
objc = "0.2.7"
7474
cocoa = "0.24.0"
7575
core-graphics-types = "0.1.1"
76-
foreign-types-shared = "0.1.1"
76+
foreign-types-shared = "0.3.1"

0 commit comments

Comments
 (0)