APIs for links and references in the ATmosphere

Merge pull request #11 from at-microcosm/dependabot/cargo/openssl-0.10.72

Bump openssl from 0.10.71 to 0.10.72

authored by bad-example.com and committed by

GitHub 97eb1604 a9c3fc4b

+4 -4
+4 -4
Cargo.lock
··· 2398 2398 2399 2399 [[package]] 2400 2400 name = "openssl" 2401 - version = "0.10.71" 2401 + version = "0.10.72" 2402 2402 source = "registry+https://github.com/rust-lang/crates.io-index" 2403 - checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" 2403 + checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" 2404 2404 dependencies = [ 2405 2405 "bitflags", 2406 2406 "cfg-if", ··· 2439 2439 2440 2440 [[package]] 2441 2441 name = "openssl-sys" 2442 - version = "0.9.106" 2442 + version = "0.9.107" 2443 2443 source = "registry+https://github.com/rust-lang/crates.io-index" 2444 - checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" 2444 + checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" 2445 2445 dependencies = [ 2446 2446 "cc", 2447 2447 "libc",