update swift-rs (#605)

This commit is contained in:
Brendan Allan 2023-03-13 22:53:28 +08:00 committed by GitHub
parent 1978e2ff48
commit 53229809ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

@ -7599,9 +7599,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "swift-rs"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc903dccb086f72f6e93a12e149d84aceda2ad4b08647e14e0330a3bfea61e2b"
checksum = "806ff0904302a8a91644422fcfeee4828c3a9dbcfd1757ba495f1a755c2ac873"
dependencies = [
"base64 0.21.0",
"serde",

View file

@ -33,7 +33,7 @@ rspc = { version = "0.1.2" }
specta = { version = "0.0.6" }
httpz = { version = "0.0.3" }
swift-rs = { version = "1.0" }
swift-rs = { version = "1.0.1" }
tokio = { version = "1.25.0" }

View file

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/brendonovich/swift-rs",
"state": {
"branch": null,
"revision": "e30e6f539898248ab9387b0e21b79167729144b6",
"version": "1.0.0"
"revision": "cbb9b96b6036108e76879713e910c05bc9e145c7",
"version": "1.0.1"
}
}
]

View file

@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

View file

@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.