Skip to content

Commit 3e2950d

Browse files
[rust dependency] Bump simplelog from 0.12.0 to 0.12.1 in /server
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](Drakulix/simplelog.rs@v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00f07bf commit 3e2950d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.17"
1919
ron = "0.8.0"
2020
serde = "1.0.145"
2121
serde_json = "1.0.93"
22-
simplelog = "0.12.0"
22+
simplelog = "0.12.1"
2323
surrealdb = { git = "https://github.com/surrealdb/surrealdb" }
2424
tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }
2525
warp = { version = "0.3.2", features = ["tls"] }

0 commit comments

Comments
 (0)