Skip to content

Commit f5d444c

Browse files
committed
chore: bump deps
1 parent b9f2c05 commit f5d444c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[package]
22
name = "phantasma"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Reimplementation of Valve's masterserver"
55
authors = ["siohaza <siohaza@proton.me>"]
66
repository = "https://github.com/siohaza/phantasma"
77
readme = "README.md"
88
keywords = ["info", "udp-server", "source-engine", "masterserver", "server"]
99
categories = ["command-line-utilities", "network-programming"]
1010
license = "GPL-3.0"
11-
edition = "2021"
11+
edition = "2024"
1212

1313
[features]
1414
default = ["logtime"]
1515
logtime = ["chrono"]
1616

1717
[dependencies]
18-
thiserror = "1"
19-
lexopt = "0.3.0"
18+
thiserror = "2"
19+
lexopt = "0.3.1"
2020
log = "0.4"
21-
bitflags = "2.5"
22-
fastrand = "2.1"
21+
bitflags = "2.9"
22+
fastrand = "2.3"
2323
serde = { version = "1", features = ["derive"] }
2424
toml = "0.8"
2525

0 commit comments

Comments
 (0)