Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Bump opener from 0.6.1 to 0.7.0

Bumps [opener](https://github.com/Seeker14491/opener) from 0.6.1 to 0.7.0.
- [Changelog](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Seeker14491/opener/compare/v0.6.1...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

+32 -4
+31 -3
Cargo.lock
··· 514 514 checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 515 515 516 516 [[package]] 517 + name = "dbus" 518 + version = "0.9.7" 519 + source = "registry+https://github.com/rust-lang/crates.io-index" 520 + checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 521 + dependencies = [ 522 + "libc", 523 + "libdbus-sys", 524 + "winapi", 525 + ] 526 + 527 + [[package]] 517 528 name = "debug-ignore" 518 529 version = "1.0.5" 519 530 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1271 1282 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1272 1283 1273 1284 [[package]] 1285 + name = "libdbus-sys" 1286 + version = "0.2.5" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 1289 + dependencies = [ 1290 + "cc", 1291 + "pkg-config", 1292 + ] 1293 + 1294 + [[package]] 1274 1295 name = "libm" 1275 1296 version = "0.2.8" 1276 1297 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1504 1525 1505 1526 [[package]] 1506 1527 name = "opener" 1507 - version = "0.6.1" 1528 + version = "0.7.0" 1508 1529 source = "registry+https://github.com/rust-lang/crates.io-index" 1509 - checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" 1530 + checksum = "f9901cb49d7fc923b256db329ee26ffed69130bf05d74b9efdd1875c92d6af01" 1510 1531 dependencies = [ 1511 1532 "bstr", 1533 + "dbus", 1512 1534 "normpath", 1513 - "winapi", 1535 + "windows-sys 0.52.0", 1514 1536 ] 1515 1537 1516 1538 [[package]] ··· 1555 1577 version = "0.1.0" 1556 1578 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 1579 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1580 + 1581 + [[package]] 1582 + name = "pkg-config" 1583 + version = "0.3.30" 1584 + source = "registry+https://github.com/rust-lang/crates.io-index" 1585 + checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1558 1586 1559 1587 [[package]] 1560 1588 name = "powerfmt"
+1 -1
compiler-cli/Cargo.toml
··· 36 36 # Provides a way to determine if two files are the same using filesystem node ids 37 37 same-file = "1.0.6" 38 38 # Open generated docs in browser 39 - opener = "0.6" 39 + opener = "0.7" 40 40 camino = { workspace = true, features = ["serde1"] } 41 41 async-trait.workspace = true 42 42 base16.workspace = true