Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Feb 3, 2024
1 parent f77b665 commit 566c7f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate library:

```
$ conan install --requires=network/0.40.0 --update
$ conan install --requires=network/0.41.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
2 changes: 1 addition & 1 deletion conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026",
"fmt/10.1.1#cd63809a79574a2f9eb73ca35f16a243%1693230699.985",
"expected-lite/0.6.3#262026767cf9d5ab1fdccb25c9bdbac2%1692807329.641",
"domain/0.33.0#ba2076b341576243614edf877232cbe0%1699895276.5256295",
"domain/0.34.0#5de7774b2552cafc795a1c7f69e49226%1706985442.9365547",
"ctre/3.8#b20dc94ec71df126170a4be9ca5e9486%1691461344.415",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.83.0#f0c3932db7f65b606ed78357ecbdcbef%1692286008.562"
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_requirements(self):
self.test_requires("catch2/3.5.2")

def requirements(self):
self.requires("domain/0.33.0", transitive_headers=True, transitive_libs=True)
self.requires("domain/0.34.0", transitive_headers=True, transitive_libs=True)

def validate(self):
KnuthConanFileV2.validate(self)
Expand Down

0 comments on commit 566c7f4

Please sign in to comment.