This commit is contained in:
Robin Appelman 2024-05-09 18:43:00 +02:00
commit fca34b3422
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1291,7 +1291,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]] [[package]]
name = "palantir" name = "palantir"
version = "1.3.0" version = "1.3.1"
dependencies = [ dependencies = [
"ahash", "ahash",
"bollard", "bollard",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "palantir" name = "palantir"
version = "1.3.0" version = "1.3.1"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021" edition = "2021"
rust-version = "1.73.0" rust-version = "1.73.0"