Skip to content

Commit a544123

Browse files
Build(deps): Bump the pointercrate group with 10 updates (#289)
Bumps the pointercrate group with 10 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.15` | | [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.106` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.23` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.1` | `2.9.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.32` | `1.2.33` | | [glob](https://github.com/rust-lang/glob) | `0.3.2` | `0.3.3` | | [libc](https://github.com/rust-lang/libc) | `0.2.174` | `0.2.175` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.101` | | [whoami](https://github.com/ardaku/whoami) | `1.6.0` | `1.6.1` | Updates `thiserror` from 2.0.12 to 2.0.15 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.15) Updates `syn` from 2.0.104 to 2.0.106 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.104...2.0.106) Updates `reqwest` from 0.12.22 to 0.12.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23) Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) Updates `bitflags` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.1...2.9.2) Updates `cc` from 1.2.32 to 1.2.33 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.32...cc-v1.2.33) Updates `glob` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@v0.3.2...v0.3.3) Updates `libc` from 0.2.174 to 0.2.175 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.174...0.2.175) Updates `proc-macro2` from 1.0.95 to 1.0.101 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.101) Updates `whoami` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](https://github.com/ardaku/whoami/commits) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: syn dependency-version: 2.0.106 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: bitflags dependency-version: 2.9.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: cc dependency-version: 1.2.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: glob dependency-version: 0.3.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: libc dependency-version: 0.2.175 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: proc-macro2 dependency-version: 1.0.101 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate - dependency-name: whoami dependency-version: 1.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: pointercrate ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d8b925 commit a544123

File tree

7 files changed

+54
-43
lines changed

7 files changed

+54
-43
lines changed

Cargo.lock

Lines changed: 48 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pointercrate-core-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ repository.workspace = true
1111
proc-macro = true
1212

1313
[dependencies]
14-
syn = { version = "2.0.101", features = ["full"] }
14+
syn = { version = "2.0.106", features = ["full"] }
1515
quote = "1.0.40"

pointercrate-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ log = "0.4.27"
1616
chrono = {version = "0.4.41", features = ["serde"]}
1717
getrandom = "0.3.3"
1818
unic-langid = "0.9.5"
19-
thiserror = "2.0.12"
19+
thiserror = "2.0.15"
2020
fluent-syntax = "0.12.0"

pointercrate-demonlist-pages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pointercrate-integrate = {path = "../pointercrate-integrate"}
1717
maud = "0.27.0"
1818
chrono = "0.4.41"
1919
url = "2.5.4"
20-
async-trait = "0.1.88"
20+
async-trait = "0.1.89"
2121
log = "0.4.27"
2222
sqlx = { version = "0.8", default-features = false, features = [ "runtime-tokio-native-tls", "macros", "postgres", "chrono", "migrate" ] }
2323

pointercrate-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pointercrate-user-api = { version = "0.1.0", path = "../pointercrate-user-api",
2121
pointercrate-user-pages = { version = "0.1.0", path = "../pointercrate-user-pages", features = ["legacy_accounts"] }
2222
rocket = { git = "https://github.com/rwf2/Rocket", branch = "master" }
2323
unic-langid = { version = "0.9.5", features = ["macros"] }
24-
reqwest = "0.12.22"
24+
reqwest = "0.12.23"
2525
serde = "1.0.219"
2626

2727
[features]

pointercrate-user-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nonzero_ext = "0.3.0"
2222
governor = "0.10.1"
2323

2424
# Dependencies needed only for oauth2
25-
reqwest = { version = "0.12.22", optional = true, features = ["json"] }
25+
reqwest = { version = "0.12.23", optional = true, features = ["json"] }
2626
chrono = { version = "0.4.41", optional = true }
2727

2828
[features]

pointercrate-user-pages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pointercrate-core = {path = "../pointercrate-core"}
1212
pointercrate-core-api = {path = "../pointercrate-core-api"}
1313
pointercrate-user = {path = "../pointercrate-user"}
1414
pointercrate-core-pages = {path = "../pointercrate-core-pages"}
15-
async-trait = "0.1.88"
15+
async-trait = "0.1.89"
1616
sqlx = { version = "0.8", default-features = false, features = [ "runtime-tokio-native-tls", "macros", "postgres", "chrono", "migrate" ] }
1717

1818
[features]

0 commit comments

Comments
 (0)